Html Css Color HEX #052C10 Deep Fir

📋 copy color: '#052C10'

red 5 ◦ green 44 ◦ blue 16

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

Shades of Deep Fir #052C10

Tints of Deep Fir #052C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 24.62%

R = 7.69%
G = 67.69%
B = 24.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.83

RGB Variations

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

Color information

#052C10 (or 0x052C10) is known color: Deep Fir. HEX triplet: 05, 2C and 10. RGB value is (5,44,16). Sum of RGB (Red+Green+Blue) = 5+44+16=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 44 (17.58% from 255 or 67.69% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 44 - color contains mainly: green. Hex color #052C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052C10 is #FAD3EF. Grayscale: #1D1D1D. Windows color (decimal): -16438256 or 1059845. OLE color: 1059845.

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

Color convert

RGB 5 44 16 -
CMYK 0.89 0 0.64 0.83
HSL 136.92º 0.8% 0.1% -
HSV(B) 136.92º 0.89% 0.17% -
XYZ 1.06 1.87 0.8 -
YUV 29.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 5 44 16 0.89 0 0.64 0.83 136.92 0.8 0.1
Hex 5 2C 10 59 0 40 53 89 50 A
Octal 5 54 20 131 0 100 123 211 120 12
Binary 101 101100 10000 1011001 0 1000000 1010011 10001001 1010000 1010

Color Harmonies of #052C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C10

Black with #052C10

Text Example


Text Example

White with #052C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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