Html Css Color HEX #152620 Cardin Green

📋 copy color: '#152620'

red 21 ◦ green 38 ◦ blue 32

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

Shades of Cardin Green #152620

Tints of Cardin Green #152620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 41.76%

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

R = 23.08%
G = 41.76%
B = 35.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#152620 (or 0x152620) is known color: Cardin Green. HEX triplet: 15, 26 and 20. RGB value is (21,38,32). Sum of RGB (Red+Green+Blue) = 21+38+32=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 38 - color contains mainly: green. Hex color #152620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152620 is #EAD9DF. Grayscale: #202020. Windows color (decimal): -15391200 or 2106901. OLE color: 2106901.

HSL color Cylindrical-coordinate representation of color #152620: hue angle of 158.82º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #152620 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 38 32 -
CMYK 0.45 0 0.16 0.85
HSL 158.82º 0.29% 0.12% -
HSV(B) 158.82º 0.45% 0.15% -
XYZ 1.26 1.65 1.62 -
YUV 32.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 21 38 32 0.45 0 0.16 0.85 158.82 0.29 0.12
Hex 15 26 20 2D 0 10 55 9F 1D C
Octal 25 46 40 55 0 20 125 237 35 14
Binary 10101 100110 100000 101101 0 10000 1010101 10011111 11101 1100

Color Harmonies of #152620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152620

Black with #152620

Text Example


Text Example

White with #152620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152620; }

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

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

background-color css

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

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

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

border-color css

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

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

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