Html Css Color HEX #052B28 Dark Green

📋 copy color: '#052B28'

red 5 ◦ green 43 ◦ blue 40

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

Shades of Dark Green #052B28

Tints of Dark Green #052B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 45.45%

R = 5.68%
G = 48.86%
B = 45.45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.83

RGB Variations

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

Color information

#052B28 (or 0x052B28) is known color: Dark Green. HEX triplet: 05, 2B and 28. RGB value is (5,43,40). Sum of RGB (Red+Green+Blue) = 5+43+40=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 43 (17.19% from 255 or 48.86% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 43 - color contains mainly: green. Hex color #052B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B28 is #FAD4D7. Grayscale: #1F1F1F. Windows color (decimal): -16438488 or 2632453. OLE color: 2632453.

HSL color Cylindrical-coordinate representation of color #052B28: hue angle of 175.26º 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 #052B28 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.83.

Color convert

RGB 5 43 40 -
CMYK 0.88 0 0.07 0.83
HSL 175.26º 0.79% 0.09% -
HSV(B) 175.26º 0.88% 0.17% -
XYZ 1.31 1.91 2.31 -
YUV 31.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 5 43 40 0.88 0 0.07 0.83 175.26 0.79 0.09
Hex 5 2B 28 58 0 7 53 AF 4F 9
Octal 5 53 50 130 0 7 123 257 117 11
Binary 101 101011 101000 1011000 0 111 1010011 10101111 1001111 1001

Color Harmonies of #052B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052B28

Black with #052B28

Text Example


Text Example

White with #052B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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