Html Css Color HEX #248112 Forest Green

📋 copy color: '#248112'

red 36 ◦ green 129 ◦ blue 18

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

Shades of Forest Green #248112

Tints of Forest Green #248112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 70.49%

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

R = 19.67%
G = 70.49%
B = 9.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#248112 (or 0x248112) is known color: Forest Green. HEX triplet: 24, 81 and 12. RGB value is (36,129,18). Sum of RGB (Red+Green+Blue) = 36+129+18=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 129 (50.78% from 255 or 70.49% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 129 - color contains mainly: green. Hex color #248112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #248112 is #DB7EED. Grayscale: #585858. Windows color (decimal): -14384878 or 1212708. OLE color: 1212708.

HSL color Cylindrical-coordinate representation of color #248112: hue angle of 110.27º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #248112 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 129 18 -
CMYK 0.72 0 0.86 0.49
HSL 110.27º 0.76% 0.29% -
HSV(B) 110.27º 0.86% 0.51% -
XYZ 8.69 16.12 3.23 -
YUV 88.54 88.19 90.53 -
System Red Green Blue C M Y K H S L
Decimal 36 129 18 0.72 0 0.86 0.49 110.27 0.76 0.29
Hex 24 81 12 48 0 56 31 6E 4C 1D
Octal 44 201 22 110 0 126 61 156 114 35
Binary 100100 10000001 10010 1001000 0 1010110 110001 1101110 1001100 11101

Color Harmonies of #248112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248112

Black with #248112

Text Example


Text Example

White with #248112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248112; }

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

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

background-color css

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

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

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

border-color css

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

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

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