Html Css Color HEX #002F0B Deep Fir

📋 copy color: '#002F0B'

red 0 ◦ green 47 ◦ blue 11

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

Shades of Deep Fir #002F0B

Tints of Deep Fir #002F0B

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 11 (4.69% from 255) = 18.97%

R = 0%
G = 81.03%
B = 18.97%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.82

RGB Variations

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

Color information

#002F0B (or 0x002F0B) is known color: Deep Fir. HEX triplet: 00, 2F and 0B. RGB value is (0,47,11). Sum of RGB (Red+Green+Blue) = 0+47+11=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 47 (18.75% from 255 or 81.03% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 47 - color contains mainly: green. Hex color #002F0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002F0B is #FFD0F4. Grayscale: #1C1C1C. Windows color (decimal): -16765173 or 732928. OLE color: 732928.

HSL color Cylindrical-coordinate representation of color #002F0B: hue angle of 134.04º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F0B is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 47 11 -
CMYK 1 0 0.77 0.82
HSL 134.04º 1% 0.09% -
HSV(B) 134.04º 1% 0.18% -
XYZ 1.08 2.06 0.66 -
YUV 28.84 117.93 107.43 -
System Red Green Blue C M Y K H S L
Decimal 0 47 11 1 0 0.77 0.82 134.04 1 0.09
Hex 0 2F B 64 0 4D 52 86 64 9
Octal 0 57 13 144 0 115 122 206 144 11
Binary 0 101111 1011 1100100 0 1001101 1010010 10000110 1100100 1001

Color Harmonies of #002F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F0B

Black with #002F0B

Text Example


Text Example

White with #002F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002F0B; }

 p { color: rgb(0,47,11); }

 H1.HeaderClassName
 {
   color: #002F0B;
 }
 .AnyTagClassName
 {
   color: #002F0B;
 }
</style>

background-color css

<style>
 a { background-color: #002F0B; }

 a { background-color: rgb(0,47,11); }

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

border-color css

<style>
 span { border-color: #002F0B; }

 span { border-color: rgb(0,47,11); }

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