Html Css Color HEX #0F1D02 Pine Tree

📋 copy color: '#0F1D02'

red 15 ◦ green 29 ◦ blue 2

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

Shades of Pine Tree #0F1D02

Tints of Pine Tree #0F1D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 63.04%

 BLUE value IS 2 (1.17% from 255) = 4.35%

R = 32.61%
G = 63.04%
B = 4.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.93

 K value IS 0.89

RGB Variations

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

Color information

#0F1D02 (or 0x0F1D02) is known color: Pine Tree. HEX triplet: 0F, 1D and 02. RGB value is (15,29,2). Sum of RGB (Red+Green+Blue) = 15+29+2=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 29 (11.72% from 255 or 63.04% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1D02 is #F0E2FD. Grayscale: #151515. Windows color (decimal): -15786750 or 138511. OLE color: 138511.

HSL color Cylindrical-coordinate representation of color #0F1D02: hue angle of 91.11º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F1D02 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 29 2 -
CMYK 0.48 0 0.93 0.89
HSL 91.11º 0.87% 0.06% -
HSV(B) 91.11º 0.93% 0.11% -
XYZ 0.65 0.98 0.21 -
YUV 21.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 15 29 2 0.48 0 0.93 0.89 91.11 0.87 0.06
Hex F 1D 2 30 0 5D 59 5B 57 6
Octal 17 35 2 60 0 135 131 133 127 6
Binary 1111 11101 10 110000 0 1011101 1011001 1011011 1010111 110

Color Harmonies of #0F1D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1D02

Black with #0F1D02

Text Example


Text Example

White with #0F1D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,29,2); }

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

background-color css

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

 a { background-color: rgb(15,29,2); }

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

border-color css

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

 span { border-color: rgb(15,29,2); }

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