Html Css Color HEX #258020 Forest Green

📋 copy color: '#258020'

red 37 ◦ green 128 ◦ blue 32

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

Shades of Forest Green #258020

Tints of Forest Green #258020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 64.97%

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

R = 18.78%
G = 64.97%
B = 16.24%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#258020 (or 0x258020) is known color: Forest Green. HEX triplet: 25, 80 and 20. RGB value is (37,128,32). Sum of RGB (Red+Green+Blue) = 37+128+32=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 128 (50.39% from 255 or 64.97% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 128 - color contains mainly: green. Hex color #258020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258020 is #DA7FDF. Grayscale: #5A5A5A. Windows color (decimal): -14319584 or 2129957. OLE color: 2129957.

HSL color Cylindrical-coordinate representation of color #258020: hue angle of 116.88º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258020 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 128 32 -
CMYK 0.71 0 0.75 0.50
HSL 116.88º 0.6% 0.31% -
HSV(B) 116.88º 0.75% 0.5% -
XYZ 8.74 15.94 3.98 -
YUV 89.85 95.35 90.31 -
System Red Green Blue C M Y K H S L
Decimal 37 128 32 0.71 0 0.75 0.50 116.88 0.6 0.31
Hex 25 80 20 47 0 4B 32 75 3C 1F
Octal 45 200 40 107 0 113 62 165 74 37
Binary 100101 10000000 100000 1000111 0 1001011 110010 1110101 111100 11111

Color Harmonies of #258020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258020

Black with #258020

Text Example


Text Example

White with #258020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258020; }

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

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

background-color css

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

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

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

border-color css

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

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

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