Html Css Color HEX #152B20 Cardin Green

📋 copy color: '#152B20'

red 21 ◦ green 43 ◦ blue 32

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

Shades of Cardin Green #152B20

Tints of Cardin Green #152B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 44.79%

 BLUE value IS 32 (12.89% from 255) = 33.33%

R = 21.88%
G = 44.79%
B = 33.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.83

RGB Variations

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

Color information

#152B20 (or 0x152B20) is known color: Cardin Green. HEX triplet: 15, 2B and 20. RGB value is (21,43,32). Sum of RGB (Red+Green+Blue) = 21+43+32=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 43 (17.19% from 255 or 44.79% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 43 - color contains mainly: green. Hex color #152B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B20 is #EAD4DF. Grayscale: #232323. Windows color (decimal): -15389920 or 2108181. OLE color: 2108181.

HSL color Cylindrical-coordinate representation of color #152B20: hue angle of 150º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #152B20 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.83.

Color convert

RGB 21 43 32 -
CMYK 0.51 0 0.26 0.83
HSL 150º 0.34% 0.13% -
HSV(B) 150º 0.51% 0.17% -
XYZ 1.43 1.99 1.68 -
YUV 35.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 21 43 32 0.51 0 0.26 0.83 150 0.34 0.13
Hex 15 2B 20 33 0 1A 53 96 22 D
Octal 25 53 40 63 0 32 123 226 42 15
Binary 10101 101011 100000 110011 0 11010 1010011 10010110 100010 1101

Color Harmonies of #152B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152B20

Black with #152B20

Text Example


Text Example

White with #152B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152B20; }

 p { color: rgb(21,43,32); }

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

background-color css

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

 a { background-color: rgb(21,43,32); }

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

border-color css

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

 span { border-color: rgb(21,43,32); }

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