Html Css Color HEX #238014 Forest Green

📋 copy color: '#238014'

red 35 ◦ green 128 ◦ blue 20

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

Shades of Forest Green #238014

Tints of Forest Green #238014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 69.95%

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

R = 19.13%
G = 69.95%
B = 10.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#238014 (or 0x238014) is known color: Forest Green. HEX triplet: 23, 80 and 14. RGB value is (35,128,20). Sum of RGB (Red+Green+Blue) = 35+128+20=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 128 (50.39% from 255 or 69.95% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 128 - color contains mainly: green. Hex color #238014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238014 is #DC7FEB. Grayscale: #585858. Windows color (decimal): -14450668 or 1343523. OLE color: 1343523.

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

Color convert

RGB 35 128 20 -
CMYK 0.73 0 0.84 0.50
HSL 111.67º 0.73% 0.29% -
HSV(B) 111.67º 0.84% 0.5% -
XYZ 8.54 15.85 3.27 -
YUV 87.88 89.69 90.28 -
System Red Green Blue C M Y K H S L
Decimal 35 128 20 0.73 0 0.84 0.50 111.67 0.73 0.29
Hex 23 80 14 49 0 54 32 70 49 1D
Octal 43 200 24 111 0 124 62 160 111 35
Binary 100011 10000000 10100 1001001 0 1010100 110010 1110000 1001001 11101

Color Harmonies of #238014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238014

Black with #238014

Text Example


Text Example

White with #238014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238014; }

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

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

background-color css

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

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

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

border-color css

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

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

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