Html Css Color HEX #258012 Forest Green

📋 copy color: '#258012'

red 37 ◦ green 128 ◦ blue 18

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

Shades of Forest Green #258012

Tints of Forest Green #258012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.84%

R = 20.22%
G = 69.95%
B = 9.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#258012 (or 0x258012) is known color: Forest Green. HEX triplet: 25, 80 and 12. RGB value is (37,128,18). Sum of RGB (Red+Green+Blue) = 37+128+18=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 128 (50.39% from 255 or 69.95% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 128 - color contains mainly: green. Hex color #258012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #258012 is #DA7FED. Grayscale: #585858. Windows color (decimal): -14319598 or 1212453. OLE color: 1212453.

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

Color convert

RGB 37 128 18 -
CMYK 0.71 0 0.86 0.50
HSL 109.64º 0.75% 0.29% -
HSV(B) 109.64º 0.86% 0.5% -
XYZ 8.59 15.88 3.18 -
YUV 88.25 88.35 91.44 -
System Red Green Blue C M Y K H S L
Decimal 37 128 18 0.71 0 0.86 0.50 109.64 0.75 0.29
Hex 25 80 12 47 0 56 32 6E 4B 1D
Octal 45 200 22 107 0 126 62 156 113 35
Binary 100101 10000000 10010 1000111 0 1010110 110010 1101110 1001011 11101

Color Harmonies of #258012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258012

Black with #258012

Text Example


Text Example

White with #258012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258012; }

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

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

background-color css

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

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

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

border-color css

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

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

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