#153429

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

Shades of Cardin Green #153429

Tints of Cardin Green #153429

Color information

#153429 (or 0x153429) is unknown color: approx Cardin Green. HEX triplet: 15, 34 and 29. RGB value is (21,52,41). Sum of RGB (Red+Green+Blue) = 21+52+41=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #153429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153429 is #EACBD6. Grayscale: #292929. Windows color (decimal): -15387607 or 2700309. OLE color: 2700309.

HSL color Cylindrical-coordinate representation of color #153429: hue angle of 158.71º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153429 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB215241-
CMYK0.6000.210.80
HSL158.71º42.47%14.31%-
HSV(B)158.71º59.62%20.39%-
XYZ1.942.782.53-
YUV41.48127.73113.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.42%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=18.42%
G=45.61%
B=35.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2152410.6000.210.80158.7142.4714.31
Hex1534293C015509f2ae
Octal256451740251202375216
Binary101011101001010011111000101011010000100111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153429; }

 p { color: rgb(21,52,41); }

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

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

 a { background-color: rgb(21,52,41); }

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

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

 span { border-color: rgb(21,52,41); }

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