Html Css Color HEX #248012 Forest Green

📋 copy color: '#248012'

red 36 ◦ green 128 ◦ blue 18

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

Shades of Forest Green #248012

Tints of Forest Green #248012

RGB

 RED value IS 36 (14.45% from 255) = 19.78%

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

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

R = 19.78%
G = 70.33%
B = 9.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#248012 (or 0x248012) is known color: Forest Green. HEX triplet: 24, 80 and 12. RGB value is (36,128,18). Sum of RGB (Red+Green+Blue) = 36+128+18=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 128 (50.39% from 255 or 70.33% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 128 - color contains mainly: green. Hex color #248012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248012 is #DB7FED. Grayscale: #585858. Windows color (decimal): -14385134 or 1212452. OLE color: 1212452.

HSL color Cylindrical-coordinate representation of color #248012: hue angle of 110.18º 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 #248012 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 128 18 -
CMYK 0.72 0 0.86 0.50
HSL 110.18º 0.75% 0.29% -
HSV(B) 110.18º 0.86% 0.5% -
XYZ 8.56 15.86 3.18 -
YUV 87.95 88.52 90.94 -
System Red Green Blue C M Y K H S L
Decimal 36 128 18 0.72 0 0.86 0.50 110.18 0.75 0.29
Hex 24 80 12 48 0 56 32 6E 4B 1D
Octal 44 200 22 110 0 126 62 156 113 35
Binary 100100 10000000 10010 1001000 0 1010110 110010 1101110 1001011 11101

Color Harmonies of #248012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248012

Black with #248012

Text Example


Text Example

White with #248012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248012; }

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

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

background-color css

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

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

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

border-color css

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

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

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