Html Css Color HEX #05300F Deep Fir

📋 copy color: '#05300F'

red 5 ◦ green 48 ◦ blue 15

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

Shades of Deep Fir #05300F

Tints of Deep Fir #05300F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 70.59%

 BLUE value IS 15 (6.25% from 255) = 22.06%

R = 7.35%
G = 70.59%
B = 22.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#05300F (or 0x05300F) is known color: Deep Fir. HEX triplet: 05, 30 and 0F. RGB value is (5,48,15). Sum of RGB (Red+Green+Blue) = 5+48+15=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 48 (19.14% from 255 or 70.59% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 48 - color contains mainly: green. Hex color #05300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05300F is #FACFF0. Grayscale: #1F1F1F. Windows color (decimal): -16437233 or 995333. OLE color: 995333.

HSL color Cylindrical-coordinate representation of color #05300F: hue angle of 133.95º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05300F is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 48 15 -
CMYK 0.90 0 0.69 0.81
HSL 133.95º 0.81% 0.1% -
HSV(B) 133.95º 0.9% 0.19% -
XYZ 1.21 2.18 0.81 -
YUV 31.38 118.75 109.18 -
System Red Green Blue C M Y K H S L
Decimal 5 48 15 0.90 0 0.69 0.81 133.95 0.81 0.1
Hex 5 30 F 5A 0 45 51 86 51 A
Octal 5 60 17 132 0 105 121 206 121 12
Binary 101 110000 1111 1011010 0 1000101 1010001 10000110 1010001 1010

Color Harmonies of #05300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05300F

Black with #05300F

Text Example


Text Example

White with #05300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05300F; }

 p { color: rgb(5,48,15); }

 H1.HeaderClassName
 {
   color: #05300F;
 }
 .AnyTagClassName
 {
   color: #05300F;
 }
</style>

background-color css

<style>
 a { background-color: #05300F; }

 a { background-color: rgb(5,48,15); }

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

border-color css

<style>
 span { border-color: #05300F; }

 span { border-color: rgb(5,48,15); }

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