Html Css Color HEX #152821 Cardin Green

📋 copy color: '#152821'

red 21 ◦ green 40 ◦ blue 33

#152821
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #152821

Tints of Cardin Green #152821

RGB

 RED value IS 21 (8.59% from 255) = 22.34%

 GREEN value IS 40 (16.02% from 255) = 42.55%

 BLUE value IS 33 (13.28% from 255) = 35.11%

R = 22.34%
G = 42.55%
B = 35.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#152821 (or 0x152821) is known color: Cardin Green. HEX triplet: 15, 28 and 21. RGB value is (21,40,33). Sum of RGB (Red+Green+Blue) = 21+40+33=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 40 - color contains mainly: green. Hex color #152821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152821 is #EAD7DE. Grayscale: #212121. Windows color (decimal): -15390687 or 2172949. OLE color: 2172949.

HSL color Cylindrical-coordinate representation of color #152821: hue angle of 157.89º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #152821 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 40 33 -
CMYK 0.48 0 0.17 0.84
HSL 157.89º 0.31% 0.12% -
HSV(B) 157.89º 0.48% 0.16% -
XYZ 1.34 1.79 1.71 -
YUV 33.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 21 40 33 0.48 0 0.17 0.84 157.89 0.31 0.12
Hex 15 28 21 30 0 11 54 9E 1F C
Octal 25 50 41 60 0 21 124 236 37 14
Binary 10101 101000 100001 110000 0 10001 1010100 10011110 11111 1100

Color Harmonies of #152821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152821

Black with #152821

Text Example


Text Example

White with #152821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152821; }

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

 H1.HeaderClassName
 {
   color: #152821;
 }
 .AnyTagClassName
 {
   color: #152821;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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