Html Css Color HEX #216C14 Forest Green

📋 copy color: '#216C14'

red 33 ◦ green 108 ◦ blue 20

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

Shades of Forest Green #216C14

Tints of Forest Green #216C14

RGB

 RED value IS 33 (13.28% from 255) = 20.5%

 GREEN value IS 108 (42.58% from 255) = 67.08%

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

R = 20.5%
G = 67.08%
B = 12.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#216C14 (or 0x216C14) is known color: Forest Green. HEX triplet: 21, 6C and 14. RGB value is (33,108,20). Sum of RGB (Red+Green+Blue) = 33+108+20=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 108 (42.58% from 255 or 67.08% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 108 - color contains mainly: green. Hex color #216C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216C14 is #DE93EB. Grayscale: #4B4B4B. Windows color (decimal): -14586860 or 1338401. OLE color: 1338401.

HSL color Cylindrical-coordinate representation of color #216C14: hue angle of 111.14º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #216C14 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 108 20 -
CMYK 0.69 0 0.81 0.58
HSL 111.14º 0.69% 0.25% -
HSV(B) 111.14º 0.81% 0.42% -
XYZ 6.12 11.1 2.48 -
YUV 75.54 96.65 97.66 -
System Red Green Blue C M Y K H S L
Decimal 33 108 20 0.69 0 0.81 0.58 111.14 0.69 0.25
Hex 21 6C 14 45 0 51 3A 6F 45 19
Octal 41 154 24 105 0 121 72 157 105 31
Binary 100001 1101100 10100 1000101 0 1010001 111010 1101111 1000101 11001

Color Harmonies of #216C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216C14

Black with #216C14

Text Example


Text Example

White with #216C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216C14; }

 p { color: rgb(33,108,20); }

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

background-color css

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

 a { background-color: rgb(33,108,20); }

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

border-color css

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

 span { border-color: rgb(33,108,20); }

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