#216702

Color #216702 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #216702

Tints of Green #216702

Color information

#216702 (or 0x216702) is unknown color: approx Green. HEX triplet: 21, 67 and 02. RGB value is (33,103,2). Sum of RGB (Red+Green+Blue) = 33+103+2=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 103 (40.62% from 255 or 74.64% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 103 - color contains mainly: green. Hex color #216702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216702 is #DE98FD. Grayscale: #464646. Windows color (decimal): -14588158 or 157473. OLE color: 157473.

HSL color Cylindrical-coordinate representation of color #216702: hue angle of 101.58º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #216702 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB331032-
CMYK0.6800.980.60
HSL101.58º96.19%20.59%-
HSV(B)101.58º98.06%40.39%-
XYZ5.4910.031.7-
YUV70.5689.31101.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 103 (40.62% from 255) = 74.64%
BLUE value IS 2 (1.17% from 255) = 1.45%
R=23.91%
G=74.64%
B=1.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3310320.6800.980.60101.5896.1920.59
Hex21672440623C666015
Octal41147210401427414614025
Binary1000011100111101000100011000101111001100110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216702; }

 p { color: rgb(33,103,2); }

 H1.HeaderClassName
 {
   color: #216702;
 }
 .AnyTagClassName
 {
   color: #216702;
 }
</style>
background-color css

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

 a { background-color: rgb(33,103,2); }

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

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

 span { border-color: rgb(33,103,2); }

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