Html Css Color HEX #238114 Forest Green

📋 copy color: '#238114'

red 35 ◦ green 129 ◦ blue 20

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

Shades of Forest Green #238114

Tints of Forest Green #238114

RGB

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

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

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

R = 19.02%
G = 70.11%
B = 10.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#238114 (or 0x238114) is known color: Forest Green. HEX triplet: 23, 81 and 14. RGB value is (35,129,20). Sum of RGB (Red+Green+Blue) = 35+129+20=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 129 (50.78% from 255 or 70.11% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 129 - color contains mainly: green. Hex color #238114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238114 is #DC7EEB. Grayscale: #585858. Windows color (decimal): -14450412 or 1343779. OLE color: 1343779.

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

Color convert

RGB 35 129 20 -
CMYK 0.73 0 0.84 0.49
HSL 111.74º 0.73% 0.29% -
HSV(B) 111.74º 0.84% 0.51% -
XYZ 8.67 16.11 3.31 -
YUV 88.47 89.36 89.86 -
System Red Green Blue C M Y K H S L
Decimal 35 129 20 0.73 0 0.84 0.49 111.74 0.73 0.29
Hex 23 81 14 49 0 54 31 70 49 1D
Octal 43 201 24 111 0 124 61 160 111 35
Binary 100011 10000001 10100 1001001 0 1010100 110001 1110000 1001001 11101

Color Harmonies of #238114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238114

Black with #238114

Text Example


Text Example

White with #238114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238114; }

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

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

background-color css

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

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

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

border-color css

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

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

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