#122D1F

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

Shades of Cardin Green #122D1F

Tints of Cardin Green #122D1F

Color information

#122D1F (or 0x122D1F) is unknown color: approx Cardin Green. HEX triplet: 12, 2D and 1F. RGB value is (18,45,31). Sum of RGB (Red+Green+Blue) = 18+45+31=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 45 (17.97% from 255 or 47.87% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 45 - color contains mainly: green. Hex color #122D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D1F is #EDD2E0. Grayscale: #232323. Windows color (decimal): -15586017 or 2043154. OLE color: 2043154.

HSL color Cylindrical-coordinate representation of color #122D1F: hue angle of 148.89º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #122D1F is Cyan = 0.6, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.82.

Color convert

RGB184531-
CMYK0.600.310.82
HSL148.89º42.86%12.35%-
HSV(B)148.89º60%17.65%-
XYZ1.442.11.63-
YUV35.33125.55115.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 45 (17.97% from 255) = 47.87%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=19.15%
G=47.87%
B=32.98%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1845310.600.310.82148.8942.8612.35
Hex122D1F3C01F52952bc
Octal225537740371222255314
Binary10010101101111111111000111111010010100101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122D1F; }

 p { color: rgb(18,45,31); }

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

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

 a { background-color: rgb(18,45,31); }

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

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

 span { border-color: rgb(18,45,31); }

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