Html Css Color HEX #0F1E03 Pine Tree

📋 copy color: '#0F1E03'

red 15 ◦ green 30 ◦ blue 3

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

Shades of Pine Tree #0F1E03

Tints of Pine Tree #0F1E03

RGB

 RED value IS 15 (6.25% from 255) = 31.25%

 GREEN value IS 30 (12.11% from 255) = 62.5%

 BLUE value IS 3 (1.56% from 255) = 6.25%

R = 31.25%
G = 62.5%
B = 6.25%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.90

 K value IS 0.88

RGB Variations

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

Color information

#0F1E03 (or 0x0F1E03) is known color: Pine Tree. HEX triplet: 0F, 1E and 03. RGB value is (15,30,3). Sum of RGB (Red+Green+Blue) = 15+30+3=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 30 (12.11% from 255 or 62.5% from 48); Blue value is 3 (1.56% from 255 or 6.25% from 48); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1E03 is #F0E1FC. Grayscale: #161616. Windows color (decimal): -15786493 or 204303. OLE color: 204303.

HSL color Cylindrical-coordinate representation of color #0F1E03: hue angle of 93.33º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F1E03 is Cyan = 0.5, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 30 3 -
CMYK 0.5 0 0.90 0.88
HSL 93.33º 0.82% 0.06% -
HSV(B) 93.33º 0.9% 0.12% -
XYZ 0.68 1.04 0.25 -
YUV 22.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 15 30 3 0.5 0 0.90 0.88 93.33 0.82 0.06
Hex F 1E 3 32 0 5A 58 5D 52 6
Octal 17 36 3 62 0 132 130 135 122 6
Binary 1111 11110 11 110010 0 1011010 1011000 1011101 1010010 110

Color Harmonies of #0F1E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1E03

Black with #0F1E03

Text Example


Text Example

White with #0F1E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F1E03; }

 p { color: rgb(15,30,3); }

 H1.HeaderClassName
 {
   color: #0F1E03;
 }
 .AnyTagClassName
 {
   color: #0F1E03;
 }
</style>

background-color css

<style>
 a { background-color: #0F1E03; }

 a { background-color: rgb(15,30,3); }

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

border-color css

<style>
 span { border-color: #0F1E03; }

 span { border-color: rgb(15,30,3); }

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