Html Css Color HEX #0F2402 Pine Tree

📋 copy color: '#0F2402'

red 15 ◦ green 36 ◦ blue 2

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

Shades of Pine Tree #0F2402

Tints of Pine Tree #0F2402

RGB

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

 GREEN value IS 36 (14.45% from 255) = 67.92%

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

R = 28.3%
G = 67.92%
B = 3.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

#0F2402 (or 0x0F2402) is known color: Pine Tree. HEX triplet: 0F, 24 and 02. RGB value is (15,36,2). Sum of RGB (Red+Green+Blue) = 15+36+2=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 36 (14.45% from 255 or 67.92% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 36 - color contains mainly: green. Hex color #0F2402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2402 is #F0DBFD. Grayscale: #191919. Windows color (decimal): -15784958 or 140303. OLE color: 140303.

HSL color Cylindrical-coordinate representation of color #0F2402: hue angle of 97.06º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F2402 is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 36 2 -
CMYK 0.58 0 0.94 0.86
HSL 97.06º 0.89% 0.07% -
HSV(B) 97.06º 0.94% 0.14% -
XYZ 0.84 1.37 0.28 -
YUV 25.85 114.54 120.26 -
System Red Green Blue C M Y K H S L
Decimal 15 36 2 0.58 0 0.94 0.86 97.06 0.89 0.07
Hex F 24 2 3A 0 5E 56 61 59 7
Octal 17 44 2 72 0 136 126 141 131 7
Binary 1111 100100 10 111010 0 1011110 1010110 1100001 1011001 111

Color Harmonies of #0F2402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2402

Black with #0F2402

Text Example


Text Example

White with #0F2402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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