#222D28

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

Shades of Cardin Green #222D28

Tints of Cardin Green #222D28

Color information

#222D28 (or 0x222D28) is unknown color: approx Cardin Green. HEX triplet: 22, 2D and 28. RGB value is (34,45,40). Sum of RGB (Red+Green+Blue) = 34+45+40=119 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.57% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 45 - color contains mainly: green. Hex color #222D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D28 is #DDD2D7. Grayscale: #292929. Windows color (decimal): -14537432 or 2632994. OLE color: 2632994.

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

Color convert

RGB344540-
CMYK0.2400.110.82
HSL152.73º13.92%15.49%-
HSV(B)152.73º24.44%17.65%-
XYZ1.982.372.36-
YUV41.14127.36122.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.57%
GREEN value IS 45 (17.97% from 255) = 37.82%
BLUE value IS 40 (16.02% from 255) = 33.61%
R=28.57%
G=37.82%
B=33.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3445400.2400.110.82152.7313.9215.49
Hex222D28180B5299ef
Octal425550300131222311617
Binary100010101101101000110000101110100101001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222D28; }

 p { color: rgb(34,45,40); }

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

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

 a { background-color: rgb(34,45,40); }

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

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

 span { border-color: rgb(34,45,40); }

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