Html Css Color HEX #052C11 Deep Fir

📋 copy color: '#052C11'

red 5 ◦ green 44 ◦ blue 17

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

Shades of Deep Fir #052C11

Tints of Deep Fir #052C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 66.67%

 BLUE value IS 17 (7.03% from 255) = 25.76%

R = 7.58%
G = 66.67%
B = 25.76%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.83

RGB Variations

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

Color information

#052C11 (or 0x052C11) is known color: Deep Fir. HEX triplet: 05, 2C and 11. RGB value is (5,44,17). Sum of RGB (Red+Green+Blue) = 5+44+17=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 44 (17.58% from 255 or 66.67% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 44 - color contains mainly: green. Hex color #052C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052C11 is #FAD3EE. Grayscale: #1D1D1D. Windows color (decimal): -16438255 or 1125381. OLE color: 1125381.

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

Color convert

RGB 5 44 17 -
CMYK 0.89 0 0.61 0.83
HSL 138.46º 0.8% 0.1% -
HSV(B) 138.46º 0.89% 0.17% -
XYZ 1.06 1.87 0.84 -
YUV 29.26 121.08 110.7 -
System Red Green Blue C M Y K H S L
Decimal 5 44 17 0.89 0 0.61 0.83 138.46 0.8 0.1
Hex 5 2C 11 59 0 3D 53 8A 50 A
Octal 5 54 21 131 0 75 123 212 120 12
Binary 101 101100 10001 1011001 0 111101 1010011 10001010 1010000 1010

Color Harmonies of #052C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C11

Black with #052C11

Text Example


Text Example

White with #052C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,44,17); }

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

background-color css

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

 a { background-color: rgb(5,44,17); }

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

border-color css

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

 span { border-color: rgb(5,44,17); }

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