Html Css Color HEX #238212 Forest Green

📋 copy color: '#238212'

red 35 ◦ green 130 ◦ blue 18

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

Shades of Forest Green #238212

Tints of Forest Green #238212

RGB

 RED value IS 35 (14.06% from 255) = 19.13%

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

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

R = 19.13%
G = 71.04%
B = 9.84%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#238212 (or 0x238212) is known color: Forest Green. HEX triplet: 23, 82 and 12. RGB value is (35,130,18). Sum of RGB (Red+Green+Blue) = 35+130+18=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #238212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238212 is #DC7DED. Grayscale: #595959. Windows color (decimal): -14450158 or 1212963. OLE color: 1212963.

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

Color convert

RGB 35 130 18 -
CMYK 0.73 0 0.86 0.49
HSL 110.89º 0.76% 0.29% -
HSV(B) 110.89º 0.86% 0.51% -
XYZ 8.78 16.37 3.27 -
YUV 88.83 88.03 89.61 -
System Red Green Blue C M Y K H S L
Decimal 35 130 18 0.73 0 0.86 0.49 110.89 0.76 0.29
Hex 23 82 12 49 0 56 31 6F 4C 1D
Octal 43 202 22 111 0 126 61 157 114 35
Binary 100011 10000010 10010 1001001 0 1010110 110001 1101111 1001100 11101

Color Harmonies of #238212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238212

Black with #238212

Text Example


Text Example

White with #238212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238212; }

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

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

background-color css

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

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

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

border-color css

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

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

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