Html Css Color HEX #052E0D Deep Fir

📋 copy color: '#052E0D'

red 5 ◦ green 46 ◦ blue 13

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

Shades of Deep Fir #052E0D

Tints of Deep Fir #052E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 20.31%

R = 7.81%
G = 71.88%
B = 20.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.82

RGB Variations

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

Color information

#052E0D (or 0x052E0D) is known color: Deep Fir. HEX triplet: 05, 2E and 0D. RGB value is (5,46,13). Sum of RGB (Red+Green+Blue) = 5+46+13=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 46 (18.36% from 255 or 71.88% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 46 - color contains mainly: green. Hex color #052E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052E0D is #FAD1F2. Grayscale: #1E1E1E. Windows color (decimal): -16437747 or 863749. OLE color: 863749.

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

Color convert

RGB 5 46 13 -
CMYK 0.89 0 0.72 0.82
HSL 131.71º 0.8% 0.1% -
HSV(B) 131.71º 0.89% 0.18% -
XYZ 1.11 2.02 0.71 -
YUV 29.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 5 46 13 0.89 0 0.72 0.82 131.71 0.8 0.1
Hex 5 2E D 59 0 48 52 84 50 A
Octal 5 56 15 131 0 110 122 204 120 12
Binary 101 101110 1101 1011001 0 1001000 1010010 10000100 1010000 1010

Color Harmonies of #052E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E0D

Black with #052E0D

Text Example


Text Example

White with #052E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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