Html Css Color HEX #033F13 Deep Fir

📋 copy color: '#033F13'

red 3 ◦ green 63 ◦ blue 19

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

Shades of Deep Fir #033F13

Tints of Deep Fir #033F13

RGB

 RED value IS 3 (1.56% from 255) = 3.53%

 GREEN value IS 63 (25% from 255) = 74.12%

 BLUE value IS 19 (7.81% from 255) = 22.35%

R = 3.53%
G = 74.12%
B = 22.35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#033F13 (or 0x033F13) is known color: Deep Fir. HEX triplet: 03, 3F and 13. RGB value is (3,63,19). Sum of RGB (Red+Green+Blue) = 3+63+19=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 63 (25% from 255 or 74.12% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 63 - color contains mainly: green. Hex color #033F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033F13 is #FCC0EC. Grayscale: #282828. Windows color (decimal): -16564461 or 1261315. OLE color: 1261315.

HSL color Cylindrical-coordinate representation of color #033F13: hue angle of 136º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033F13 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 63 19 -
CMYK 0.95 0 0.70 0.75
HSL 136º 0.91% 0.13% -
HSV(B) 136º 0.95% 0.25% -
XYZ 1.93 3.62 1.21 -
YUV 40.04 116.12 101.58 -
System Red Green Blue C M Y K H S L
Decimal 3 63 19 0.95 0 0.70 0.75 136 0.91 0.13
Hex 3 3F 13 5F 0 46 4B 88 5B D
Octal 3 77 23 137 0 106 113 210 133 15
Binary 11 111111 10011 1011111 0 1000110 1001011 10001000 1011011 1101

Color Harmonies of #033F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033F13

Black with #033F13

Text Example


Text Example

White with #033F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033F13; }

 p { color: rgb(3,63,19); }

 H1.HeaderClassName
 {
   color: #033F13;
 }
 .AnyTagClassName
 {
   color: #033F13;
 }
</style>

background-color css

<style>
 a { background-color: #033F13; }

 a { background-color: rgb(3,63,19); }

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

border-color css

<style>
 span { border-color: #033F13; }

 span { border-color: rgb(3,63,19); }

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