Html Css Color HEX #238214 Forest Green

📋 copy color: '#238214'

red 35 ◦ green 130 ◦ blue 20

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

Shades of Forest Green #238214

Tints of Forest Green #238214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.81%

R = 18.92%
G = 70.27%
B = 10.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#238214 (or 0x238214) is known color: Forest Green. HEX triplet: 23, 82 and 14. RGB value is (35,130,20). Sum of RGB (Red+Green+Blue) = 35+130+20=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 130 (51.17% from 255 or 70.27% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 130 - color contains mainly: green. Hex color #238214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238214 is #DC7DEB. Grayscale: #595959. Windows color (decimal): -14450156 or 1344035. OLE color: 1344035.

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

Color convert

RGB 35 130 20 -
CMYK 0.73 0 0.85 0.49
HSL 111.82º 0.73% 0.29% -
HSV(B) 111.82º 0.85% 0.51% -
XYZ 8.8 16.37 3.36 -
YUV 89.06 89.03 89.44 -
System Red Green Blue C M Y K H S L
Decimal 35 130 20 0.73 0 0.85 0.49 111.82 0.73 0.29
Hex 23 82 14 49 0 55 31 70 49 1D
Octal 43 202 24 111 0 125 61 160 111 35
Binary 100011 10000010 10100 1001001 0 1010101 110001 1110000 1001001 11101

Color Harmonies of #238214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238214

Black with #238214

Text Example


Text Example

White with #238214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238214; }

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

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

background-color css

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

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

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

border-color css

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

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

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