#183127

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

Shades of Cardin Green #183127

Tints of Cardin Green #183127

Color information

#183127 (or 0x183127) is unknown color: approx Cardin Green. HEX triplet: 18, 31 and 27. RGB value is (24,49,39). Sum of RGB (Red+Green+Blue) = 24+49+39=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #183127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183127 is #E7CED8. Grayscale: #282828. Windows color (decimal): -15191769 or 2568472. OLE color: 2568472.

HSL color Cylindrical-coordinate representation of color #183127: hue angle of 156º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #183127 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB244939-
CMYK0.5100.200.81
HSL156º34.25%14.31%-
HSV(B)156º51.02%19.22%-
XYZ1.842.542.31-
YUV40.38127.22116.31-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.43%
GREEN value IS 49 (19.53% from 255) = 43.75%
BLUE value IS 39 (15.62% from 255) = 34.82%
R=21.43%
G=43.75%
B=34.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2449390.5100.200.8115634.2514.31
Hex18312733014519c22e
Octal306147630241212344216
Binary110001100011001111100110101001010001100111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183127; }

 p { color: rgb(24,49,39); }

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

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

 a { background-color: rgb(24,49,39); }

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

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

 span { border-color: rgb(24,49,39); }

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