Html Css Color HEX #052F2A Dark Green

📋 copy color: '#052F2A'

red 5 ◦ green 47 ◦ blue 42

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

Shades of Dark Green #052F2A

Tints of Dark Green #052F2A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 50%

 BLUE value IS 42 (16.8% from 255) = 44.68%

R = 5.32%
G = 50%
B = 44.68%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#052F2A (or 0x052F2A) is known color: Dark Green. HEX triplet: 05, 2F and 2A. RGB value is (5,47,42). Sum of RGB (Red+Green+Blue) = 5+47+42=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 47 (18.75% from 255 or 50% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 47 - color contains mainly: green. Hex color #052F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F2A is #FAD0D5. Grayscale: #212121. Windows color (decimal): -16437462 or 2764549. OLE color: 2764549.

HSL color Cylindrical-coordinate representation of color #052F2A: hue angle of 172.86º degrees, saturation: 0.81, 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 #052F2A is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 47 42 -
CMYK 0.89 0 0.11 0.82
HSL 172.86º 0.81% 0.1% -
HSV(B) 172.86º 0.89% 0.18% -
XYZ 1.5 2.23 2.54 -
YUV 33.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 5 47 42 0.89 0 0.11 0.82 172.86 0.81 0.1
Hex 5 2F 2A 59 0 B 52 AD 51 A
Octal 5 57 52 131 0 13 122 255 121 12
Binary 101 101111 101010 1011001 0 1011 1010010 10101101 1010001 1010

Color Harmonies of #052F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052F2A

Black with #052F2A

Text Example


Text Example

White with #052F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,47,42); }

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

background-color css

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

 a { background-color: rgb(5,47,42); }

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

border-color css

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

 span { border-color: rgb(5,47,42); }

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