#213029

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

Shades of Cardin Green #213029

Tints of Cardin Green #213029

Color information

#213029 (or 0x213029) is unknown color: approx Cardin Green. HEX triplet: 21, 30 and 29. RGB value is (33,48,41). Sum of RGB (Red+Green+Blue) = 33+48+41=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 48 - color contains mainly: green. Hex color #213029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213029 is #DECFD6. Grayscale: #2A2A2A. Windows color (decimal): -14602199 or 2699297. OLE color: 2699297.

HSL color Cylindrical-coordinate representation of color #213029: hue angle of 152º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #213029 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB334841-
CMYK0.3100.150.81
HSL152º18.52%15.88%-
HSV(B)152º31.25%18.82%-
XYZ2.082.62.49-
YUV42.72127.03121.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.05%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 41 (16.41% from 255) = 33.61%
R=27.05%
G=39.34%
B=33.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3348410.3100.150.8115218.5215.88
Hex2130291F0F51981310
Octal416051370171212302320
Binary10000111000010100111111011111010001100110001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213029; }

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

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

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

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

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

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

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

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