#22312A

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

Shades of Cardin Green #22312A

Tints of Cardin Green #22312A

Color information

#22312A (or 0x22312A) is unknown color: approx Cardin Green. HEX triplet: 22, 31 and 2A. RGB value is (34,49,42). Sum of RGB (Red+Green+Blue) = 34+49+42=125 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.2% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 49 - color contains mainly: green. Hex color #22312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22312A is #DDCED5. Grayscale: #2B2B2B. Windows color (decimal): -14536406 or 2765090. OLE color: 2765090.

HSL color Cylindrical-coordinate representation of color #22312A: hue angle of 152º degrees, saturation: 0.18, 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 #22312A is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB344942-
CMYK0.3100.140.81
HSL152º18.07%16.27%-
HSV(B)152º30.61%19.22%-
XYZ2.182.72.6-
YUV43.72127.03121.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 27.2%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 42 (16.80% from 255) = 33.6%
R=27.2%
G=39.2%
B=33.6%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3449420.3100.140.8115218.0716.27
Hex22312A1F0E51981210
Octal426152370161212302220
Binary10001011000110101011111011101010001100110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22312A; }

 p { color: rgb(34,49,42); }

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

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

 a { background-color: rgb(34,49,42); }

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

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

 span { border-color: rgb(34,49,42); }

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