Html Css Color HEX #0E2500 Pine Tree

📋 copy color: '#0E2500'

red 14 ◦ green 37 ◦ blue 0

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

Shades of Pine Tree #0E2500

Tints of Pine Tree #0E2500

RGB

 RED value IS 14 (5.86% from 255) = 27.45%

 GREEN value IS 37 (14.84% from 255) = 72.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 27.45%
G = 72.55%
B = 0%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#0E2500 (or 0x0E2500) is known color: Pine Tree. HEX triplet: 0E, 25 and 00. RGB value is (14,37,0). Sum of RGB (Red+Green+Blue) = 14+37+0=51 (6% of max value = 765). Red value is 14 (5.86% from 255 or 27.45% from 51); Green value is 37 (14.84% from 255 or 72.55% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 37 - color contains mainly: green. Hex color #0E2500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2500 is #F1DAFF. Grayscale: #1A1A1A. Windows color (decimal): -15850240 or 9486. OLE color: 9486.

HSL color Cylindrical-coordinate representation of color #0E2500: hue angle of 97.3º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E2500 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 14 37 0 -
CMYK 0.62 0 1 0.85
HSL 97.3º 1% 0.07% -
HSV(B) 97.3º 1% 0.15% -
XYZ 0.84 1.42 0.23 -
YUV 25.91 113.38 119.51 -
System Red Green Blue C M Y K H S L
Decimal 14 37 0 0.62 0 1 0.85 97.3 1 0.07
Hex E 25 0 3E 0 64 55 61 64 7
Octal 16 45 0 76 0 144 125 141 144 7
Binary 1110 100101 0 111110 0 1100100 1010101 1100001 1100100 111

Color Harmonies of #0E2500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2500

Black with #0E2500

Text Example


Text Example

White with #0E2500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,37,0); }

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

background-color css

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

 a { background-color: rgb(14,37,0); }

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

border-color css

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

 span { border-color: rgb(14,37,0); }

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