#182E21

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

Shades of Cardin Green #182E21

Tints of Cardin Green #182E21

Color information

#182E21 (or 0x182E21) is unknown color: approx Cardin Green. HEX triplet: 18, 2E and 21. RGB value is (24,46,33). Sum of RGB (Red+Green+Blue) = 24+46+33=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 46 - color contains mainly: green. Hex color #182E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E21 is #E7D1DE. Grayscale: #252525. Windows color (decimal): -15192543 or 2174488. OLE color: 2174488.

HSL color Cylindrical-coordinate representation of color #182E21: hue angle of 144.55º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #182E21 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.

Color convert

RGB244633-
CMYK0.4800.280.82
HSL144.55º31.43%13.73%-
HSV(B)144.55º47.83%18.04%-
XYZ1.632.261.79-
YUV37.94125.21118.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.30%
GREEN value IS 46 (18.36% from 255) = 44.66%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=23.30%
G=44.66%
B=32.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2446330.4800.280.82144.5531.4313.73
Hex182E213001C52911fe
Octal305641600341222213716
Binary11000101110100001110000011100101001010010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182E21; }

 p { color: rgb(24,46,33); }

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

<style>
 a { background-color: #182E21; }

 a { background-color: rgb(24,46,33); }

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

<style>
 span { border-color: #182E21; }

 span { border-color: rgb(24,46,33); }

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