#212C27

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

Shades of Cardin Green #212C27

Tints of Cardin Green #212C27

Color information

#212C27 (or 0x212C27) is unknown color: approx Cardin Green. HEX triplet: 21, 2C and 27. RGB value is (33,44,39). Sum of RGB (Red+Green+Blue) = 33+44+39=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 44 - color contains mainly: green. Hex color #212C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C27 is #DED3D8. Grayscale: #282828. Windows color (decimal): -14603225 or 2567201. OLE color: 2567201.

HSL color Cylindrical-coordinate representation of color #212C27: hue angle of 152.73º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #212C27 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.83.

Color convert

RGB334439-
CMYK0.2500.110.83
HSL152.73º14.29%15.1%-
HSV(B)152.73º25%17.25%-
XYZ1.892.272.26-
YUV40.14127.36122.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.45%
GREEN value IS 44 (17.58% from 255) = 37.93%
BLUE value IS 39 (15.62% from 255) = 33.62%
R=28.45%
G=37.93%
B=33.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3344390.2500.110.83152.7314.2915.1
Hex212C27190B5399ef
Octal415447310131232311617
Binary100001101100100111110010101110100111001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212C27; }

 p { color: rgb(33,44,39); }

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

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

 a { background-color: rgb(33,44,39); }

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

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

 span { border-color: rgb(33,44,39); }

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