Html Css Color HEX #052E1B Dark Green

📋 copy color: '#052E1B'

red 5 ◦ green 46 ◦ blue 27

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

Shades of Dark Green #052E1B

Tints of Dark Green #052E1B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 58.97%

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

R = 6.41%
G = 58.97%
B = 34.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.82

RGB Variations

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

Color information

#052E1B (or 0x052E1B) is known color: Dark Green. HEX triplet: 05, 2E and 1B. RGB value is (5,46,27). Sum of RGB (Red+Green+Blue) = 5+46+27=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 46 (18.36% from 255 or 58.97% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 46 - color contains mainly: green. Hex color #052E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E1B is #FAD1E4. Grayscale: #1F1F1F. Windows color (decimal): -16437733 or 1781253. OLE color: 1781253.

HSL color Cylindrical-coordinate representation of color #052E1B: hue angle of 152.2º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052E1B is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 46 27 -
CMYK 0.89 0 0.41 0.82
HSL 152.2º 0.8% 0.1% -
HSV(B) 152.2º 0.89% 0.18% -
XYZ 1.24 2.07 1.37 -
YUV 31.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 5 46 27 0.89 0 0.41 0.82 152.2 0.8 0.1
Hex 5 2E 1B 59 0 29 52 98 50 A
Octal 5 56 33 131 0 51 122 230 120 12
Binary 101 101110 11011 1011001 0 101001 1010010 10011000 1010000 1010

Color Harmonies of #052E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E1B

Black with #052E1B

Text Example


Text Example

White with #052E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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