#122E1F

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

Shades of Cardin Green #122E1F

Tints of Cardin Green #122E1F

Color information

#122E1F (or 0x122E1F) is unknown color: approx Cardin Green. HEX triplet: 12, 2E and 1F. RGB value is (18,46,31). Sum of RGB (Red+Green+Blue) = 18+46+31=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 46 (18.36% from 255 or 48.42% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 46 - color contains mainly: green. Hex color #122E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E1F is #EDD1E0. Grayscale: #232323. Windows color (decimal): -15585761 or 2043410. OLE color: 2043410.

HSL color Cylindrical-coordinate representation of color #122E1F: hue angle of 147.86º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #122E1F is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.

Color convert

RGB184631-
CMYK0.6100.330.82
HSL147.86º43.75%12.55%-
HSV(B)147.86º60.87%18.04%-
XYZ1.472.181.64-
YUV35.92125.22115.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 46 (18.36% from 255) = 48.42%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=18.95%
G=48.42%
B=32.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1846310.6100.330.82147.8643.7512.55
Hex122E1F3D02152942cd
Octal225637750411222245415
Binary100101011101111111110101000011010010100101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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