Html Css Color HEX #052015 Dark Green

📋 copy color: '#052015'

red 5 ◦ green 32 ◦ blue 21

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

Shades of Dark Green #052015

Tints of Dark Green #052015

RGB

 RED value IS 5 (2.34% from 255) = 8.62%

 GREEN value IS 32 (12.89% from 255) = 55.17%

 BLUE value IS 21 (8.59% from 255) = 36.21%

R = 8.62%
G = 55.17%
B = 36.21%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#052015 (or 0x052015) is known color: Dark Green. HEX triplet: 05, 20 and 15. RGB value is (5,32,21). Sum of RGB (Red+Green+Blue) = 5+32+21=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #052015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052015 is #FADFEA. Grayscale: #161616. Windows color (decimal): -16441323 or 1384453. OLE color: 1384453.

HSL color Cylindrical-coordinate representation of color #052015: hue angle of 155.56º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #052015 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 32 21 -
CMYK 0.84 0 0.34 0.87
HSL 155.56º 0.73% 0.07% -
HSV(B) 155.56º 0.84% 0.13% -
XYZ 0.71 1.12 0.89 -
YUV 22.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 5 32 21 0.84 0 0.34 0.87 155.56 0.73 0.07
Hex 5 20 15 54 0 22 57 9C 49 7
Octal 5 40 25 124 0 42 127 234 111 7
Binary 101 100000 10101 1010100 0 100010 1010111 10011100 1001001 111

Color Harmonies of #052015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052015

Black with #052015

Text Example


Text Example

White with #052015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052015; }

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

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

background-color css

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

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

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

border-color css

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

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

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