#18372B

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

Shades of Cardin Green #18372B

Tints of Cardin Green #18372B

Color information

#18372B (or 0x18372B) is unknown color: approx Cardin Green. HEX triplet: 18, 37 and 2B. RGB value is (24,55,43). Sum of RGB (Red+Green+Blue) = 24+55+43=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #18372B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18372B is #E7C8D4. Grayscale: #2C2C2C. Windows color (decimal): -15190229 or 2832152. OLE color: 2832152.

HSL color Cylindrical-coordinate representation of color #18372B: hue angle of 156.77º 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 #18372B is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB245543-
CMYK0.5600.220.78
HSL156.77º39.24%15.49%-
HSV(B)156.77º56.36%21.57%-
XYZ2.183.12.77-
YUV44.36127.23113.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 55 (21.88% from 255) = 45.08%
BLUE value IS 43 (17.19% from 255) = 35.25%
R=19.67%
G=45.08%
B=35.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2455430.5600.220.78156.7739.2415.49
Hex18372B380164E9d27f
Octal306753700261162354717
Binary110001101111010111110000101101001110100111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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