Html Css Color HEX #0F1F02 Pine Tree

📋 copy color: '#0F1F02'

red 15 ◦ green 31 ◦ blue 2

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

Shades of Pine Tree #0F1F02

Tints of Pine Tree #0F1F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 64.58%

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

R = 31.25%
G = 64.58%
B = 4.17%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.94

 K value IS 0.88

RGB Variations

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

Color information

#0F1F02 (or 0x0F1F02) is known color: Pine Tree. HEX triplet: 0F, 1F and 02. RGB value is (15,31,2). Sum of RGB (Red+Green+Blue) = 15+31+2=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 31 (12.5% from 255 or 64.58% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1F02 is #F0E0FD. Grayscale: #171717. Windows color (decimal): -15786238 or 139023. OLE color: 139023.

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

Color convert

RGB 15 31 2 -
CMYK 0.52 0 0.94 0.88
HSL 93.1º 0.88% 0.06% -
HSV(B) 93.1º 0.94% 0.12% -
XYZ 0.7 1.09 0.23 -
YUV 22.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 15 31 2 0.52 0 0.94 0.88 93.1 0.88 0.06
Hex F 1F 2 34 0 5E 58 5D 58 6
Octal 17 37 2 64 0 136 130 135 130 6
Binary 1111 11111 10 110100 0 1011110 1011000 1011101 1011000 110

Color Harmonies of #0F1F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1F02

Black with #0F1F02

Text Example


Text Example

White with #0F1F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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