#121E17

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

Shades of Cardin Green #121E17

Tints of Cardin Green #121E17

Color information

#121E17 (or 0x121E17) is unknown color: approx Cardin Green. HEX triplet: 12, 1E and 17. RGB value is (18,30,23). Sum of RGB (Red+Green+Blue) = 18+30+23=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 30 - color contains mainly: green. Hex color #121E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E17 is #EDE1E8. Grayscale: #191919. Windows color (decimal): -15589865 or 1515026. OLE color: 1515026.

HSL color Cylindrical-coordinate representation of color #121E17: hue angle of 145º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #121E17 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB183023-
CMYK0.4000.230.88
HSL145º25%9.41%-
HSV(B)145º40%11.76%-
XYZ0.871.120.98-
YUV25.61126.52122.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.35%
GREEN value IS 30 (12.11% from 255) = 42.25%
BLUE value IS 23 (9.38% from 255) = 32.39%
R=25.35%
G=42.25%
B=32.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1830230.4000.230.88145259.41
Hex121E17280175891199
Octal223627500271302213111
Binary100101111010111101000010111101100010010001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121E17; }

 p { color: rgb(18,30,23); }

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

<style>
 a { background-color: #121E17; }

 a { background-color: rgb(18,30,23); }

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

<style>
 span { border-color: #121E17; }

 span { border-color: rgb(18,30,23); }

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