Html Css Color HEX #152921 Cardin Green

📋 copy color: '#152921'

red 21 ◦ green 41 ◦ blue 33

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

Shades of Cardin Green #152921

Tints of Cardin Green #152921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 43.16%

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

R = 22.11%
G = 43.16%
B = 34.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#152921 (or 0x152921) is known color: Cardin Green. HEX triplet: 15, 29 and 21. RGB value is (21,41,33). Sum of RGB (Red+Green+Blue) = 21+41+33=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 41 (16.41% from 255 or 43.16% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 41 - color contains mainly: green. Hex color #152921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152921 is #EAD6DE. Grayscale: #222222. Windows color (decimal): -15390431 or 2173205. OLE color: 2173205.

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

Color convert

RGB 21 41 33 -
CMYK 0.49 0 0.20 0.84
HSL 156º 0.32% 0.12% -
HSV(B) 156º 0.49% 0.16% -
XYZ 1.38 1.86 1.72 -
YUV 34.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 21 41 33 0.49 0 0.20 0.84 156 0.32 0.12
Hex 15 29 21 31 0 14 54 9C 20 C
Octal 25 51 41 61 0 24 124 234 40 14
Binary 10101 101001 100001 110001 0 10100 1010100 10011100 100000 1100

Color Harmonies of #152921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152921

Black with #152921

Text Example


Text Example

White with #152921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152921; }

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

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

background-color css

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

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

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

border-color css

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

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

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