Html Css Color HEX #258C20 Forest Green

📋 copy color: '#258C20'

red 37 ◦ green 140 ◦ blue 32

#258C20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #258C20

Tints of Forest Green #258C20

RGB

 RED value IS 37 (14.84% from 255) = 17.7%

 GREEN value IS 140 (55.08% from 255) = 66.99%

 BLUE value IS 32 (12.89% from 255) = 15.31%

R = 17.7%
G = 66.99%
B = 15.31%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#258C20 (or 0x258C20) is known color: Forest Green. HEX triplet: 25, 8C and 20. RGB value is (37,140,32). Sum of RGB (Red+Green+Blue) = 37+140+32=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 140 (55.08% from 255 or 66.99% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 140 - color contains mainly: green. Hex color #258C20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258C20 is #DA73DF. Grayscale: #616161. Windows color (decimal): -14316512 or 2133029. OLE color: 2133029.

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

Color convert

RGB 37 140 32 -
CMYK 0.74 0 0.77 0.45
HSL 117.22º 0.63% 0.34% -
HSV(B) 117.22º 0.77% 0.55% -
XYZ 10.4 19.25 4.53 -
YUV 96.89 91.38 85.28 -
System Red Green Blue C M Y K H S L
Decimal 37 140 32 0.74 0 0.77 0.45 117.22 0.63 0.34
Hex 25 8C 20 4A 0 4D 2D 75 3F 22
Octal 45 214 40 112 0 115 55 165 77 42
Binary 100101 10001100 100000 1001010 0 1001101 101101 1110101 111111 100010

Color Harmonies of #258C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258C20

Black with #258C20

Text Example


Text Example

White with #258C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #258C20;
 }
 .AnyTagClassName
 {
   color: #258C20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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