Html Css Color HEX #15221C Cardin Green

📋 copy color: '#15221C'

red 21 ◦ green 34 ◦ blue 28

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

Shades of Cardin Green #15221C

Tints of Cardin Green #15221C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 40.96%

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

R = 25.3%
G = 40.96%
B = 33.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.87

RGB Variations

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

Color information

#15221C (or 0x15221C) is known color: Cardin Green. HEX triplet: 15, 22 and 1C. RGB value is (21,34,28). Sum of RGB (Red+Green+Blue) = 21+34+28=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 34 - color contains mainly: green. Hex color #15221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15221C is #EADDE3. Grayscale: #1D1D1D. Windows color (decimal): -15392228 or 1843733. OLE color: 1843733.

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

Color convert

RGB 21 34 28 -
CMYK 0.38 0 0.18 0.87
HSL 152.31º 0.24% 0.11% -
HSV(B) 152.31º 0.38% 0.13% -
XYZ 1.09 1.39 1.31 -
YUV 29.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 21 34 28 0.38 0 0.18 0.87 152.31 0.24 0.11
Hex 15 22 1C 26 0 12 57 98 18 B
Octal 25 42 34 46 0 22 127 230 30 13
Binary 10101 100010 11100 100110 0 10010 1010111 10011000 11000 1011

Color Harmonies of #15221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15221C

Black with #15221C

Text Example


Text Example

White with #15221C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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