Html Css Color HEX #052E12 Deep Fir

📋 copy color: '#052E12'

red 5 ◦ green 46 ◦ blue 18

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

Shades of Deep Fir #052E12

Tints of Deep Fir #052E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 26.09%

R = 7.25%
G = 66.67%
B = 26.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.82

RGB Variations

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

Color information

#052E12 (or 0x052E12) is known color: Deep Fir. HEX triplet: 05, 2E and 12. RGB value is (5,46,18). Sum of RGB (Red+Green+Blue) = 5+46+18=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 46 (18.36% from 255 or 66.67% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 46 - color contains mainly: green. Hex color #052E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052E12 is #FAD1ED. Grayscale: #1E1E1E. Windows color (decimal): -16437742 or 1191429. OLE color: 1191429.

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

Color convert

RGB 5 46 18 -
CMYK 0.89 0 0.61 0.82
HSL 139.02º 0.8% 0.1% -
HSV(B) 139.02º 0.89% 0.18% -
XYZ 1.15 2.03 0.9 -
YUV 30.55 120.92 109.78 -
System Red Green Blue C M Y K H S L
Decimal 5 46 18 0.89 0 0.61 0.82 139.02 0.8 0.1
Hex 5 2E 12 59 0 3D 52 8B 50 A
Octal 5 56 22 131 0 75 122 213 120 12
Binary 101 101110 10010 1011001 0 111101 1010010 10001011 1010000 1010

Color Harmonies of #052E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E12

Black with #052E12

Text Example


Text Example

White with #052E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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