Html Css Color HEX #152720 Cardin Green

📋 copy color: '#152720'

red 21 ◦ green 39 ◦ blue 32

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

Shades of Cardin Green #152720

Tints of Cardin Green #152720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 42.39%

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

R = 22.83%
G = 42.39%
B = 34.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#152720 (or 0x152720) is known color: Cardin Green. HEX triplet: 15, 27 and 20. RGB value is (21,39,32). Sum of RGB (Red+Green+Blue) = 21+39+32=92 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.83% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 39 - color contains mainly: green. Hex color #152720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152720 is #EAD8DF. Grayscale: #202020. Windows color (decimal): -15390944 or 2107157. OLE color: 2107157.

HSL color Cylindrical-coordinate representation of color #152720: hue angle of 156.67º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #152720 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 39 32 -
CMYK 0.46 0 0.18 0.85
HSL 156.67º 0.3% 0.12% -
HSV(B) 156.67º 0.46% 0.15% -
XYZ 1.3 1.71 1.63 -
YUV 32.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 21 39 32 0.46 0 0.18 0.85 156.67 0.3 0.12
Hex 15 27 20 2E 0 12 55 9D 1E C
Octal 25 47 40 56 0 22 125 235 36 14
Binary 10101 100111 100000 101110 0 10010 1010101 10011101 11110 1100

Color Harmonies of #152720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152720

Black with #152720

Text Example


Text Example

White with #152720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152720; }

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

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

background-color css

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

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

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

border-color css

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

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

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