#122A1F

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

Shades of Cardin Green #122A1F

Tints of Cardin Green #122A1F

Color information

#122A1F (or 0x122A1F) is unknown color: approx Cardin Green. HEX triplet: 12, 2A and 1F. RGB value is (18,42,31). Sum of RGB (Red+Green+Blue) = 18+42+31=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 42 (16.80% from 255 or 46.15% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 42 - color contains mainly: green. Hex color #122A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A1F is #EDD5E0. Grayscale: #212121. Windows color (decimal): -15586785 or 2042386. OLE color: 2042386.

HSL color Cylindrical-coordinate representation of color #122A1F: hue angle of 152.5º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #122A1F is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.

Color convert

RGB184231-
CMYK0.5700.260.84
HSL152.5º40%11.76%-
HSV(B)152.5º57.14%16.47%-
XYZ1.321.881.59-
YUV33.57126.55116.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 42 (16.80% from 255) = 46.15%
BLUE value IS 31 (12.5% from 255) = 34.07%
R=19.78%
G=46.15%
B=34.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1842310.5700.260.84152.54011.76
Hex122A1F3901A549828c
Octal225237710321242305014
Binary10010101010111111110010110101010100100110001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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