Html Css Color HEX #0F1E02 Pine Tree

📋 copy color: '#0F1E02'

red 15 ◦ green 30 ◦ blue 2

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

Shades of Pine Tree #0F1E02

Tints of Pine Tree #0F1E02

RGB

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

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

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

R = 31.91%
G = 63.83%
B = 4.26%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.93

 K value IS 0.88

RGB Variations

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

Color information

#0F1E02 (or 0x0F1E02) is known color: Pine Tree. HEX triplet: 0F, 1E and 02. RGB value is (15,30,2). Sum of RGB (Red+Green+Blue) = 15+30+2=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 30 (12.11% from 255 or 63.83% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1E02 is #F0E1FD. Grayscale: #161616. Windows color (decimal): -15786494 or 138767. OLE color: 138767.

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

Color convert

RGB 15 30 2 -
CMYK 0.5 0 0.93 0.88
HSL 92.14º 0.88% 0.06% -
HSV(B) 92.14º 0.93% 0.12% -
XYZ 0.67 1.03 0.22 -
YUV 22.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 15 30 2 0.5 0 0.93 0.88 92.14 0.88 0.06
Hex F 1E 2 32 0 5D 58 5C 58 6
Octal 17 36 2 62 0 135 130 134 130 6
Binary 1111 11110 10 110010 0 1011101 1011000 1011100 1011000 110

Color Harmonies of #0F1E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1E02

Black with #0F1E02

Text Example


Text Example

White with #0F1E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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