#12231A

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

Shades of Cardin Green #12231A

Tints of Cardin Green #12231A

Color information

#12231A (or 0x12231A) is unknown color: approx Cardin Green. HEX triplet: 12, 23 and 1A. RGB value is (18,35,26). Sum of RGB (Red+Green+Blue) = 18+35+26=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 35 - color contains mainly: green. Hex color #12231A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12231A is #EDDCE5. Grayscale: #1C1C1C. Windows color (decimal): -15588582 or 1712914. OLE color: 1712914.

HSL color Cylindrical-coordinate representation of color #12231A: hue angle of 148.24º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #12231A is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.86.

Color convert

RGB183526-
CMYK0.4900.260.86
HSL148.24º32.08%10.39%-
HSV(B)148.24º48.57%13.73%-
XYZ1.041.411.19-
YUV28.89126.37120.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.78%
GREEN value IS 35 (14.06% from 255) = 44.30%
BLUE value IS 26 (10.55% from 255) = 32.91%
R=22.78%
G=44.30%
B=32.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1835260.4900.260.86148.2432.0810.39
Hex12231A3101A569420a
Octal224332610321262244012
Binary10010100011110101100010110101010110100101001000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12231A; }

 p { color: rgb(18,35,26); }

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

<style>
 a { background-color: #12231A; }

 a { background-color: rgb(18,35,26); }

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

<style>
 span { border-color: #12231A; }

 span { border-color: rgb(18,35,26); }

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