#217E3B

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

Shades of Camarone #217E3B

Tints of Camarone #217E3B

Color information

#217E3B (or 0x217E3B) is unknown color: approx Camarone. HEX triplet: 21, 7E and 3B. RGB value is (33,126,59). Sum of RGB (Red+Green+Blue) = 33+126+59=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #217E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217E3B is #DE81C4. Grayscale: #5A5A5A. Windows color (decimal): -14582213 or 3898913. OLE color: 3898913.

HSL color Cylindrical-coordinate representation of color #217E3B: hue angle of 136.77º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217E3B is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB3312659-
CMYK0.7400.530.51
HSL136.77º58.49%31.18%-
HSV(B)136.77º73.81%49.41%-
XYZ8.8815.566.67-
YUV90.56110.1986.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 126 (49.61% from 255) = 57.80%
BLUE value IS 59 (23.44% from 255) = 27.06%
R=15.14%
G=57.80%
B=27.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33126590.7400.530.51136.7758.4931.18
Hex217E3B4A03533893a1f
Octal4117673112065632117237
Binary1000011111110111011100101001101011100111000100111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,126,59); }

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

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

 a { background-color: rgb(33,126,59); }

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

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

 span { border-color: rgb(33,126,59); }

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