Html Css Color HEX #217B14 Forest Green

📋 copy color: '#217B14'

red 33 ◦ green 123 ◦ blue 20

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

Shades of Forest Green #217B14

Tints of Forest Green #217B14

RGB

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

 GREEN value IS 123 (48.44% from 255) = 69.89%

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

R = 18.75%
G = 69.89%
B = 11.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#217B14 (or 0x217B14) is known color: Forest Green. HEX triplet: 21, 7B and 14. RGB value is (33,123,20). Sum of RGB (Red+Green+Blue) = 33+123+20=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 123 (48.44% from 255 or 69.89% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 123 - color contains mainly: green. Hex color #217B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #217B14 is #DE84EB. Grayscale: #545454. Windows color (decimal): -14583020 or 1342241. OLE color: 1342241.

HSL color Cylindrical-coordinate representation of color #217B14: hue angle of 112.43º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217B14 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 123 20 -
CMYK 0.73 0 0.84 0.52
HSL 112.43º 0.72% 0.28% -
HSV(B) 112.43º 0.84% 0.48% -
XYZ 7.84 14.54 3.06 -
YUV 84.35 91.68 91.38 -
System Red Green Blue C M Y K H S L
Decimal 33 123 20 0.73 0 0.84 0.52 112.43 0.72 0.28
Hex 21 7B 14 49 0 54 34 70 48 1C
Octal 41 173 24 111 0 124 64 160 110 34
Binary 100001 1111011 10100 1001001 0 1010100 110100 1110000 1001000 11100

Color Harmonies of #217B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217B14

Black with #217B14

Text Example


Text Example

White with #217B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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