#12281E

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

Shades of Cardin Green #12281E

Tints of Cardin Green #12281E

Color information

#12281E (or 0x12281E) is unknown color: approx Cardin Green. HEX triplet: 12, 28 and 1E. RGB value is (18,40,30). Sum of RGB (Red+Green+Blue) = 18+40+30=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 40 - color contains mainly: green. Hex color #12281E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12281E is #EDD7E1. Grayscale: #202020. Windows color (decimal): -15587298 or 1976338. OLE color: 1976338.

HSL color Cylindrical-coordinate representation of color #12281E: hue angle of 152.73º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #12281E is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB184030-
CMYK0.5500.250.84
HSL152.73º37.93%11.37%-
HSV(B)152.73º55%15.69%-
XYZ1.241.741.5-
YUV32.28126.71117.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.45%
GREEN value IS 40 (16.02% from 255) = 45.45%
BLUE value IS 30 (12.11% from 255) = 34.09%
R=20.45%
G=45.45%
B=34.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1840300.5500.250.84152.7337.9311.37
Hex12281E37019549926b
Octal225036670311242314613
Binary10010101000111101101110110011010100100110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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