Html Css Color HEX #216601 Green

📋 copy color: '#216601'

red 33 ◦ green 102 ◦ blue 1

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

Shades of Green #216601

Tints of Green #216601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 75%

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 24.26%
G = 75%
B = 0.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#216601 (or 0x216601) is known color: Green. HEX triplet: 21, 66 and 01. RGB value is (33,102,1). Sum of RGB (Red+Green+Blue) = 33+102+1=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 102 (40.23% from 255 or 75% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 102 - color contains mainly: green. Hex color #216601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216601 is #DE99FE. Grayscale: #464646. Windows color (decimal): -14588415 or 91681. OLE color: 91681.

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

Color convert

RGB 33 102 1 -
CMYK 0.68 0 0.99 0.6
HSL 100.99º 0.98% 0.2% -
HSV(B) 100.99º 0.99% 0.4% -
XYZ 5.38 9.83 1.64 -
YUV 69.86 89.14 101.71 -
System Red Green Blue C M Y K H S L
Decimal 33 102 1 0.68 0 0.99 0.6 100.99 0.98 0.2
Hex 21 66 1 44 0 63 3C 65 62 14
Octal 41 146 1 104 0 143 74 145 142 24
Binary 100001 1100110 1 1000100 0 1100011 111100 1100101 1100010 10100

Color Harmonies of #216601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216601

Black with #216601

Text Example


Text Example

White with #216601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216601; }

 p { color: rgb(33,102,1); }

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

background-color css

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

 a { background-color: rgb(33,102,1); }

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

border-color css

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

 span { border-color: rgb(33,102,1); }

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