Html Css Color HEX #052F0A Deep Fir

📋 copy color: '#052F0A'

red 5 ◦ green 47 ◦ blue 10

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

Shades of Deep Fir #052F0A

Tints of Deep Fir #052F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 16.13%

R = 8.06%
G = 75.81%
B = 16.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.79

 K value IS 0.82

RGB Variations

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

Color information

#052F0A (or 0x052F0A) is known color: Deep Fir. HEX triplet: 05, 2F and 0A. RGB value is (5,47,10). Sum of RGB (Red+Green+Blue) = 5+47+10=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 47 (18.75% from 255 or 75.81% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 47 - color contains mainly: green. Hex color #052F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052F0A is #FAD0F5. Grayscale: #1E1E1E. Windows color (decimal): -16437494 or 667397. OLE color: 667397.

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

Color convert

RGB 5 47 10 -
CMYK 0.89 0 0.79 0.82
HSL 127.14º 0.81% 0.1% -
HSV(B) 127.14º 0.89% 0.18% -
XYZ 1.13 2.09 0.63 -
YUV 30.22 116.59 110.01 -
System Red Green Blue C M Y K H S L
Decimal 5 47 10 0.89 0 0.79 0.82 127.14 0.81 0.1
Hex 5 2F A 59 0 4F 52 7F 51 A
Octal 5 57 12 131 0 117 122 177 121 12
Binary 101 101111 1010 1011001 0 1001111 1010010 1111111 1010001 1010

Color Harmonies of #052F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052F0A

Black with #052F0A

Text Example


Text Example

White with #052F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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