#182F24

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

Shades of Cardin Green #182F24

Tints of Cardin Green #182F24

Color information

#182F24 (or 0x182F24) is unknown color: approx Cardin Green. HEX triplet: 18, 2F and 24. RGB value is (24,47,36). Sum of RGB (Red+Green+Blue) = 24+47+36=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 47 - color contains mainly: green. Hex color #182F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F24 is #E7D0DB. Grayscale: #262626. Windows color (decimal): -15192284 or 2371352. OLE color: 2371352.

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

Color convert

RGB244736-
CMYK0.4900.230.82
HSL151.3º32.39%13.92%-
HSV(B)151.3º48.94%18.43%-
XYZ1.712.352.03-
YUV38.87126.38117.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.43%
GREEN value IS 47 (18.75% from 255) = 43.93%
BLUE value IS 36 (14.45% from 255) = 33.64%
R=22.43%
G=43.93%
B=33.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2447360.4900.230.82151.332.3913.92
Hex182F2431017529720e
Octal305744610271222274016
Binary110001011111001001100010101111010010100101111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,47,36); }

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

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

 a { background-color: rgb(24,47,36); }

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

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

 span { border-color: rgb(24,47,36); }

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