#258C0B

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

Shades of Forest Green #258C0B

Tints of Forest Green #258C0B

Color information

#258C0B (or 0x258C0B) is unknown color: approx Forest Green. HEX triplet: 25, 8C and 0B. RGB value is (37,140,11). Sum of RGB (Red+Green+Blue) = 37+140+11=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 140 (55.08% from 255 or 74.47% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 140 - color contains mainly: green. Hex color #258C0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258C0B is #DA73F4. Grayscale: #5E5E5E. Windows color (decimal): -14316533 or 756773. OLE color: 756773.

HSL color Cylindrical-coordinate representation of color #258C0B: hue angle of 107.91º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #258C0B is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB3714011-
CMYK0.7400.920.45
HSL107.91º85.43%29.61%-
HSV(B)107.91º92.14%54.9%-
XYZ10.219.173.48-
YUV94.580.8886.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 140 (55.08% from 255) = 74.47%
BLUE value IS 11 (4.69% from 255) = 5.85%
R=19.68%
G=74.47%
B=5.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37140110.7400.920.45107.9185.4329.61
Hex258CB4A05C2D6c551e
Octal452141311201345515412536
Binary1001011000110010111001010010111001011011101100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258C0B; }

 p { color: rgb(37,140,11); }

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

<style>
 a { background-color: #258C0B; }

 a { background-color: rgb(37,140,11); }

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

<style>
 span { border-color: #258C0B; }

 span { border-color: rgb(37,140,11); }

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