Html Css Color HEX #238312 Forest Green

📋 copy color: '#238312'

red 35 ◦ green 131 ◦ blue 18

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

Shades of Forest Green #238312

Tints of Forest Green #238312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 71.2%

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

R = 19.02%
G = 71.2%
B = 9.78%

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

#238312 (or 0x238312) is known color: Forest Green. HEX triplet: 23, 83 and 12. RGB value is (35,131,18). Sum of RGB (Red+Green+Blue) = 35+131+18=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 131 (51.56% from 255 or 71.20% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 131 - color contains mainly: green. Hex color #238312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238312 is #DC7CED. Grayscale: #595959. Windows color (decimal): -14449902 or 1213219. OLE color: 1213219.

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

Color convert

RGB 35 131 18 -
CMYK 0.73 0 0.86 0.49
HSL 110.97º 0.76% 0.29% -
HSV(B) 110.97º 0.86% 0.51% -
XYZ 8.92 16.63 3.31 -
YUV 89.41 87.7 89.19 -
System Red Green Blue C M Y K H S L
Decimal 35 131 18 0.73 0 0.86 0.49 110.97 0.76 0.29
Hex 23 83 12 49 0 56 31 6F 4C 1D
Octal 43 203 22 111 0 126 61 157 114 35
Binary 100011 10000011 10010 1001001 0 1010110 110001 1101111 1001100 11101

Color Harmonies of #238312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238312

Black with #238312

Text Example


Text Example

White with #238312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238312; }

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

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

background-color css

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

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

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

border-color css

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

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

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