#215E30

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

Shades of Camarone #215E30

Tints of Camarone #215E30

Color information

#215E30 (or 0x215E30) is unknown color: approx Camarone. HEX triplet: 21, 5E and 30. RGB value is (33,94,48). Sum of RGB (Red+Green+Blue) = 33+94+48=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 94 (37.11% from 255 or 53.71% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 94 - color contains mainly: green. Hex color #215E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215E30 is #DEA1CF. Grayscale: #464646. Windows color (decimal): -14590416 or 3169825. OLE color: 3169825.

HSL color Cylindrical-coordinate representation of color #215E30: hue angle of 134.75º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215E30 is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.

Color convert

RGB339448-
CMYK0.6500.490.63
HSL134.75º48.03%24.9%-
HSV(B)134.75º64.89%36.86%-
XYZ5.168.544.17-
YUV70.52115.29101.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.86%
GREEN value IS 94 (37.11% from 255) = 53.71%
BLUE value IS 48 (19.14% from 255) = 27.43%
R=18.86%
G=53.71%
B=27.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3394480.6500.490.63134.7548.0324.9
Hex215E30410313F873019
Octal4113660101061772076031
Binary1000011011110110000100000101100011111111000011111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215E30; }

 p { color: rgb(33,94,48); }

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

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

 a { background-color: rgb(33,94,48); }

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

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

 span { border-color: rgb(33,94,48); }

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