#183B2A

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

Shades of Cardin Green #183B2A

Tints of Cardin Green #183B2A

Color information

#183B2A (or 0x183B2A) is unknown color: approx Cardin Green. HEX triplet: 18, 3B and 2A. RGB value is (24,59,42). Sum of RGB (Red+Green+Blue) = 24+59+42=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 59 - color contains mainly: green. Hex color #183B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183B2A is #E7C4D5. Grayscale: #2E2E2E. Windows color (decimal): -15189206 or 2767640. OLE color: 2767640.

HSL color Cylindrical-coordinate representation of color #183B2A: hue angle of 150.86º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #183B2A is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB245942-
CMYK0.5900.290.77
HSL150.86º42.17%16.27%-
HSV(B)150.86º59.32%23.14%-
XYZ2.363.492.74-
YUV46.6125.4111.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 59 (23.44% from 255) = 47.2%
BLUE value IS 42 (16.80% from 255) = 33.6%
R=19.2%
G=47.2%
B=33.6%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2459420.5900.290.77150.8642.1716.27
Hex183B2A3B01D4D972a10
Octal307352730351152275220
Binary1100011101110101011101101110110011011001011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183B2A; }

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

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

<style>
 a { background-color: #183B2A; }

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

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

<style>
 span { border-color: #183B2A; }

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

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