#18372A

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

Shades of Cardin Green #18372A

Tints of Cardin Green #18372A

Color information

#18372A (or 0x18372A) is unknown color: approx Cardin Green. HEX triplet: 18, 37 and 2A. RGB value is (24,55,42). Sum of RGB (Red+Green+Blue) = 24+55+42=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #18372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18372A is #E7C8D5. Grayscale: #2C2C2C. Windows color (decimal): -15190230 or 2766616. OLE color: 2766616.

HSL color Cylindrical-coordinate representation of color #18372A: hue angle of 154.84º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #18372A is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB245542-
CMYK0.5600.240.78
HSL154.84º39.24%15.49%-
HSV(B)154.84º56.36%21.57%-
XYZ2.163.092.67-
YUV44.25126.73113.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 55 (21.88% from 255) = 45.45%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=19.83%
G=45.45%
B=34.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2455420.5600.240.78154.8439.2415.49
Hex18372A380184E9b27f
Octal306752700301162334717
Binary110001101111010101110000110001001110100110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,55,42); }

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

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

 a { background-color: rgb(24,55,42); }

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

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

 span { border-color: rgb(24,55,42); }

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