Html Css Color HEX #052B1B Dark Green

📋 copy color: '#052B1B'

red 5 ◦ green 43 ◦ blue 27

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

Shades of Dark Green #052B1B

Tints of Dark Green #052B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 36%

R = 6.67%
G = 57.33%
B = 36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.37

 K value IS 0.83

RGB Variations

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

Color information

#052B1B (or 0x052B1B) is known color: Dark Green. HEX triplet: 05, 2B and 1B. RGB value is (5,43,27). Sum of RGB (Red+Green+Blue) = 5+43+27=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 43 (17.19% from 255 or 57.33% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 43 - color contains mainly: green. Hex color #052B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B1B is #FAD4E4. Grayscale: #1D1D1D. Windows color (decimal): -16438501 or 1780485. OLE color: 1780485.

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

Color convert

RGB 5 43 27 -
CMYK 0.88 0 0.37 0.83
HSL 154.74º 0.79% 0.09% -
HSV(B) 154.74º 0.88% 0.17% -
XYZ 1.12 1.84 1.33 -
YUV 29.81 126.41 110.3 -
System Red Green Blue C M Y K H S L
Decimal 5 43 27 0.88 0 0.37 0.83 154.74 0.79 0.09
Hex 5 2B 1B 58 0 25 53 9B 4F 9
Octal 5 53 33 130 0 45 123 233 117 11
Binary 101 101011 11011 1011000 0 100101 1010011 10011011 1001111 1001

Color Harmonies of #052B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052B1B

Black with #052B1B

Text Example


Text Example

White with #052B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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