Html Css Color HEX #15221D Cardin Green

📋 copy color: '#15221D'

red 21 ◦ green 34 ◦ blue 29

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

Shades of Cardin Green #15221D

Tints of Cardin Green #15221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 34.52%

R = 25%
G = 40.48%
B = 34.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#15221D (or 0x15221D) is known color: Cardin Green. HEX triplet: 15, 22 and 1D. RGB value is (21,34,29). Sum of RGB (Red+Green+Blue) = 21+34+29=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 34 - color contains mainly: green. Hex color #15221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15221D is #EADDE2. Grayscale: #1D1D1D. Windows color (decimal): -15392227 or 1909269. OLE color: 1909269.

HSL color Cylindrical-coordinate representation of color #15221D: hue angle of 156.92º 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 #15221D is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 34 29 -
CMYK 0.38 0 0.15 0.87
HSL 156.92º 0.24% 0.11% -
HSV(B) 156.92º 0.38% 0.13% -
XYZ 1.1 1.39 1.37 -
YUV 29.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 21 34 29 0.38 0 0.15 0.87 156.92 0.24 0.11
Hex 15 22 1D 26 0 F 57 9D 18 B
Octal 25 42 35 46 0 17 127 235 30 13
Binary 10101 100010 11101 100110 0 1111 1010111 10011101 11000 1011

Color Harmonies of #15221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15221D

Black with #15221D

Text Example


Text Example

White with #15221D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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