#183828

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

Shades of Cardin Green #183828

Tints of Cardin Green #183828

Color information

#183828 (or 0x183828) is unknown color: approx Cardin Green. HEX triplet: 18, 38 and 28. RGB value is (24,56,40). Sum of RGB (Red+Green+Blue) = 24+56+40=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #183828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183828 is #E7C7D7. Grayscale: #2C2C2C. Windows color (decimal): -15189976 or 2635800. OLE color: 2635800.

HSL color Cylindrical-coordinate representation of color #183828: hue angle of 150º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #183828 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB245640-
CMYK0.5700.290.78
HSL150º40%15.69%-
HSV(B)150º57.14%21.96%-
XYZ2.173.182.51-
YUV44.61125.4113.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20%
GREEN value IS 56 (22.27% from 255) = 46.67%
BLUE value IS 40 (16.02% from 255) = 33.33%
R=20%
G=46.67%
B=33.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2456400.5700.290.781504015.69
Hex1838283901D4E962810
Octal307050710351162265020
Binary1100011100010100011100101110110011101001011010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183828; }

 p { color: rgb(24,56,40); }

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

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

 a { background-color: rgb(24,56,40); }

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

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

 span { border-color: rgb(24,56,40); }

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