#12291E

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

Shades of Cardin Green #12291E

Tints of Cardin Green #12291E

Color information

#12291E (or 0x12291E) is unknown color: approx Cardin Green. HEX triplet: 12, 29 and 1E. RGB value is (18,41,30). Sum of RGB (Red+Green+Blue) = 18+41+30=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 41 (16.41% from 255 or 46.07% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 41 - color contains mainly: green. Hex color #12291E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12291E is #EDD6E1. Grayscale: #202020. Windows color (decimal): -15587042 or 1976594. OLE color: 1976594.

HSL color Cylindrical-coordinate representation of color #12291E: hue angle of 151.3º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #12291E is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB184130-
CMYK0.5600.270.84
HSL151.3º38.98%11.57%-
HSV(B)151.3º56.1%16.08%-
XYZ1.281.811.51-
YUV32.87126.38117.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 41 (16.41% from 255) = 46.07%
BLUE value IS 30 (12.11% from 255) = 33.71%
R=20.22%
G=46.07%
B=33.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1841300.5600.270.84151.338.9811.57
Hex12291E3801B549727c
Octal225136700331242274714
Binary10010101001111101110000110111010100100101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12291E; }

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

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

<style>
 a { background-color: #12291E; }

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

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

<style>
 span { border-color: #12291E; }

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

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