Html Css Color HEX #15201C Cardin Green

📋 copy color: '#15201C'

red 21 ◦ green 32 ◦ blue 28

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

Shades of Cardin Green #15201C

Tints of Cardin Green #15201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 39.51%

 BLUE value IS 28 (11.33% from 255) = 34.57%

R = 25.93%
G = 39.51%
B = 34.57%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#15201C (or 0x15201C) is known color: Cardin Green. HEX triplet: 15, 20 and 1C. RGB value is (21,32,28). Sum of RGB (Red+Green+Blue) = 21+32+28=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 32 - color contains mainly: green. Hex color #15201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15201C is #EADFE3. Grayscale: #1C1C1C. Windows color (decimal): -15392740 or 1843221. OLE color: 1843221.

HSL color Cylindrical-coordinate representation of color #15201C: hue angle of 158.18º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #15201C is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 32 28 -
CMYK 0.34 0 0.12 0.87
HSL 158.18º 0.21% 0.1% -
HSV(B) 158.18º 0.34% 0.13% -
XYZ 1.04 1.28 1.29 -
YUV 28.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 21 32 28 0.34 0 0.12 0.87 158.18 0.21 0.1
Hex 15 20 1C 22 0 C 57 9E 15 A
Octal 25 40 34 42 0 14 127 236 25 12
Binary 10101 100000 11100 100010 0 1100 1010111 10011110 10101 1010

Color Harmonies of #15201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15201C

Black with #15201C

Text Example


Text Example

White with #15201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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