Html Css Color HEX #152920 Cardin Green

📋 copy color: '#152920'

red 21 ◦ green 41 ◦ blue 32

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

Shades of Cardin Green #152920

Tints of Cardin Green #152920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 34.04%

R = 22.34%
G = 43.62%
B = 34.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#152920 (or 0x152920) is known color: Cardin Green. HEX triplet: 15, 29 and 20. RGB value is (21,41,32). Sum of RGB (Red+Green+Blue) = 21+41+32=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 41 - color contains mainly: green. Hex color #152920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152920 is #EAD6DF. Grayscale: #222222. Windows color (decimal): -15390432 or 2107669. OLE color: 2107669.

HSL color Cylindrical-coordinate representation of color #152920: hue angle of 153º 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 #152920 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 41 32 -
CMYK 0.49 0 0.22 0.84
HSL 153º 0.32% 0.12% -
HSV(B) 153º 0.49% 0.16% -
XYZ 1.36 1.85 1.65 -
YUV 33.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 21 41 32 0.49 0 0.22 0.84 153 0.32 0.12
Hex 15 29 20 31 0 16 54 99 20 C
Octal 25 51 40 61 0 26 124 231 40 14
Binary 10101 101001 100000 110001 0 10110 1010100 10011001 100000 1100

Color Harmonies of #152920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152920

Black with #152920

Text Example


Text Example

White with #152920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152920; }

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

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

background-color css

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

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

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

border-color css

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

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

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