Html Css Color HEX #052B18 Dark Green

📋 copy color: '#052B18'

red 5 ◦ green 43 ◦ blue 24

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

Shades of Dark Green #052B18

Tints of Dark Green #052B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 33.33%

R = 6.94%
G = 59.72%
B = 33.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.83

RGB Variations

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

Color information

#052B18 (or 0x052B18) is known color: Dark Green. HEX triplet: 05, 2B and 18. RGB value is (5,43,24). Sum of RGB (Red+Green+Blue) = 5+43+24=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 43 (17.19% from 255 or 59.72% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 43 - color contains mainly: green. Hex color #052B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052B18 is #FAD4E7. Grayscale: #1D1D1D. Windows color (decimal): -16438504 or 1583877. OLE color: 1583877.

HSL color Cylindrical-coordinate representation of color #052B18: hue angle of 150º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052B18 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.83.

Color convert

RGB 5 43 24 -
CMYK 0.88 0 0.44 0.83
HSL 150º 0.79% 0.09% -
HSV(B) 150º 0.88% 0.17% -
XYZ 1.09 1.83 1.16 -
YUV 29.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 5 43 24 0.88 0 0.44 0.83 150 0.79 0.09
Hex 5 2B 18 58 0 2C 53 96 4F 9
Octal 5 53 30 130 0 54 123 226 117 11
Binary 101 101011 11000 1011000 0 101100 1010011 10010110 1001111 1001

Color Harmonies of #052B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052B18

Black with #052B18

Text Example


Text Example

White with #052B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052B18; }

 p { color: rgb(5,43,24); }

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

background-color css

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

 a { background-color: rgb(5,43,24); }

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

border-color css

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

 span { border-color: rgb(5,43,24); }

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