Html Css Color HEX #153121 Cardin Green

📋 copy color: '#153121'

red 21 ◦ green 49 ◦ blue 33

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

Shades of Cardin Green #153121

Tints of Cardin Green #153121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 47.57%

 BLUE value IS 33 (13.28% from 255) = 32.04%

R = 20.39%
G = 47.57%
B = 32.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#153121 (or 0x153121) is known color: Cardin Green. HEX triplet: 15, 31 and 21. RGB value is (21,49,33). Sum of RGB (Red+Green+Blue) = 21+49+33=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #153121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153121 is #EACEDE. Grayscale: #262626. Windows color (decimal): -15388383 or 2175253. OLE color: 2175253.

HSL color Cylindrical-coordinate representation of color #153121: hue angle of 145.71º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #153121 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 49 33 -
CMYK 0.57 0 0.33 0.81
HSL 145.71º 0.4% 0.14% -
HSV(B) 145.71º 0.57% 0.19% -
XYZ 1.68 2.47 1.83 -
YUV 38.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 21 49 33 0.57 0 0.33 0.81 145.71 0.4 0.14
Hex 15 31 21 39 0 21 51 92 28 E
Octal 25 61 41 71 0 41 121 222 50 16
Binary 10101 110001 100001 111001 0 100001 1010001 10010010 101000 1110

Color Harmonies of #153121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153121

Black with #153121

Text Example


Text Example

White with #153121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153121; }

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

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

background-color css

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

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

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

border-color css

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

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

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