#12211A

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

Shades of Cardin Green #12211A

Tints of Cardin Green #12211A

Color information

#12211A (or 0x12211A) is unknown color: approx Cardin Green. HEX triplet: 12, 21 and 1A. RGB value is (18,33,26). Sum of RGB (Red+Green+Blue) = 18+33+26=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 33 - color contains mainly: green. Hex color #12211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12211A is #EDDEE5. Grayscale: #1B1B1B. Windows color (decimal): -15589094 or 1712402. OLE color: 1712402.

HSL color Cylindrical-coordinate representation of color #12211A: hue angle of 152º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #12211A is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB183326-
CMYK0.4500.210.87
HSL152º29.41%10%-
HSV(B)152º45.45%12.94%-
XYZ0.981.291.17-
YUV27.72127.03121.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.38%
GREEN value IS 33 (13.28% from 255) = 42.86%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=23.38%
G=42.86%
B=33.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1833260.4500.210.8715229.4110
Hex12211A2D01557981da
Octal224132550251272303512
Binary1001010000111010101101010101101011110011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,33,26); }

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

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

 a { background-color: rgb(18,33,26); }

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

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

 span { border-color: rgb(18,33,26); }

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