Html Css Color HEX #188212 Forest Green

📋 copy color: '#188212'

red 24 ◦ green 130 ◦ blue 18

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

Shades of Forest Green #188212

Tints of Forest Green #188212

RGB

 RED value IS 24 (9.77% from 255) = 13.95%

 GREEN value IS 130 (51.17% from 255) = 75.58%

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

R = 13.95%
G = 75.58%
B = 10.47%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#188212 (or 0x188212) is known color: Forest Green. HEX triplet: 18, 82 and 12. RGB value is (24,130,18). Sum of RGB (Red+Green+Blue) = 24+130+18=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #188212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #188212 is #E77DED. Grayscale: #555555. Windows color (decimal): -15171054 or 1212952. OLE color: 1212952.

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

Color convert

RGB 24 130 18 -
CMYK 0.82 0 0.86 0.49
HSL 116.79º 0.76% 0.29% -
HSV(B) 116.79º 0.86% 0.51% -
XYZ 8.47 16.2 3.25 -
YUV 85.54 89.88 84.11 -
System Red Green Blue C M Y K H S L
Decimal 24 130 18 0.82 0 0.86 0.49 116.79 0.76 0.29
Hex 18 82 12 52 0 56 31 75 4C 1D
Octal 30 202 22 122 0 126 61 165 114 35
Binary 11000 10000010 10010 1010010 0 1010110 110001 1110101 1001100 11101

Color Harmonies of #188212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188212

Black with #188212

Text Example


Text Example

White with #188212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188212; }

 p { color: rgb(24,130,18); }

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

background-color css

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

 a { background-color: rgb(24,130,18); }

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

border-color css

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

 span { border-color: rgb(24,130,18); }

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