Html Css Color HEX #15211C Cardin Green

📋 copy color: '#15211C'

red 21 ◦ green 33 ◦ blue 28

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

Shades of Cardin Green #15211C

Tints of Cardin Green #15211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 40.24%

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

R = 25.61%
G = 40.24%
B = 34.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#15211C (or 0x15211C) is known color: Cardin Green. HEX triplet: 15, 21 and 1C. RGB value is (21,33,28). Sum of RGB (Red+Green+Blue) = 21+33+28=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 33 (13.28% from 255 or 40.24% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 33 - color contains mainly: green. Hex color #15211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15211C is #EADEE3. Grayscale: #1C1C1C. Windows color (decimal): -15392484 or 1843477. OLE color: 1843477.

HSL color Cylindrical-coordinate representation of color #15211C: hue angle of 155º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #15211C is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 33 28 -
CMYK 0.36 0 0.15 0.87
HSL 155º 0.22% 0.11% -
HSV(B) 155º 0.36% 0.13% -
XYZ 1.06 1.33 1.3 -
YUV 28.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 21 33 28 0.36 0 0.15 0.87 155 0.22 0.11
Hex 15 21 1C 24 0 F 57 9B 16 B
Octal 25 41 34 44 0 17 127 233 26 13
Binary 10101 100001 11100 100100 0 1111 1010111 10011011 10110 1011

Color Harmonies of #15211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15211C

Black with #15211C

Text Example


Text Example

White with #15211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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