#268F3C

Color #268F3C Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #268F3C

Tints of Forest Green #268F3C

Color information

#268F3C (or 0x268F3C) is unknown color: approx Forest Green. HEX triplet: 26, 8F and 3C. RGB value is (38,143,60). Sum of RGB (Red+Green+Blue) = 38+143+60=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 143 (56.25% from 255 or 59.34% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 143 - color contains mainly: green. Hex color #268F3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268F3C is #D970C3. Grayscale: #666666. Windows color (decimal): -14250180 or 3968806. OLE color: 3968806.

HSL color Cylindrical-coordinate representation of color #268F3C: hue angle of 132.57º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268F3C is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB3814360-
CMYK0.7300.580.44
HSL132.57º58.01%35.49%-
HSV(B)132.57º73.43%56.08%-
XYZ11.4420.387.61-
YUV102.14104.2182.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 143 (56.25% from 255) = 59.34%
BLUE value IS 60 (23.83% from 255) = 24.90%
R=15.77%
G=59.34%
B=24.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38143600.7300.580.44132.5758.0135.49
Hex268F3C4903A2C853a23
Octal4621774111072542057243
Binary100110100011111111001001001011101010110010000101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268F3C; }

 p { color: rgb(38,143,60); }

 H1.HeaderClassName
 {
   color: #268F3C;
 }
 .AnyTagClassName
 {
   color: #268F3C;
 }
</style>
background-color css

<style>
 a { background-color: #268F3C; }

 a { background-color: rgb(38,143,60); }

 div.DivClassName
 {
   background-color: #268F3C;
 }
 .BgClassName
 {
   background-color: #268F3C;
 }
</style>
border-color css

<style>
 span { border-color: #268F3C; }

 span { border-color: rgb(38,143,60); }

 td.TdClassName
 {
   border-color: #268F3C;
 }
 .TagClassName
 {
   border-color: #268F3C;
 }
</style>