#153021

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

Shades of Cardin Green #153021

Tints of Cardin Green #153021

Color information

#153021 (or 0x153021) is unknown color: approx Cardin Green. HEX triplet: 15, 30 and 21. RGB value is (21,48,33). Sum of RGB (Red+Green+Blue) = 21+48+33=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #153021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153021 is #EACFDE. Grayscale: #262626. Windows color (decimal): -15388639 or 2174997. OLE color: 2174997.

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

Color convert

RGB214833-
CMYK0.5600.310.81
HSL146.67º39.13%13.53%-
HSV(B)146.67º56.25%18.82%-
XYZ1.642.381.81-
YUV38.22125.05115.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.59%
GREEN value IS 48 (19.14% from 255) = 47.06%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=20.59%
G=47.06%
B=32.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2148330.5600.310.81146.6739.1313.53
Hex1530213801F519327e
Octal256041700371212234716
Binary101011100001000011110000111111010001100100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153021; }

 p { color: rgb(21,48,33); }

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

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

 a { background-color: rgb(21,48,33); }

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

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

 span { border-color: rgb(21,48,33); }

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