Html Css Color HEX #153021 Cardin Green

📋 copy color: '#153021'

red 21 ◦ green 48 ◦ blue 33

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

Shades of Cardin Green #153021

Tints of Cardin Green #153021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 47.06%

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

R = 20.59%
G = 47.06%
B = 32.35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#153021 (or 0x153021) is known color: Cardin Green. HEX triplet: 15, 30 and 21. RGB value is (21,48,33). Sum of RGB (Red+Green+Blue) = 21+48+33=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #153021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153021 is #EACFDE. Grayscale: #262626. Windows color (decimal): -15388639 or 2174997. OLE color: 2174997.

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

Color convert

RGB 21 48 33 -
CMYK 0.56 0 0.31 0.81
HSL 146.67º 0.39% 0.14% -
HSV(B) 146.67º 0.56% 0.19% -
XYZ 1.64 2.38 1.81 -
YUV 38.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 21 48 33 0.56 0 0.31 0.81 146.67 0.39 0.14
Hex 15 30 21 38 0 1F 51 93 27 E
Octal 25 60 41 70 0 37 121 223 47 16
Binary 10101 110000 100001 111000 0 11111 1010001 10010011 100111 1110

Color Harmonies of #153021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153021

Black with #153021

Text Example


Text Example

White with #153021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153021; }

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

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

background-color css

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

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

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

border-color css

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

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

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