Html Css Color HEX #0E2501 Pine Tree

📋 copy color: '#0E2501'

red 14 ◦ green 37 ◦ blue 1

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

Shades of Pine Tree #0E2501

Tints of Pine Tree #0E2501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.92%

R = 26.92%
G = 71.15%
B = 1.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#0E2501 (or 0x0E2501) is known color: Pine Tree. HEX triplet: 0E, 25 and 01. RGB value is (14,37,1). Sum of RGB (Red+Green+Blue) = 14+37+1=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 37 (14.84% from 255 or 71.15% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 37 - color contains mainly: green. Hex color #0E2501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2501 is #F1DAFE. Grayscale: #1A1A1A. Windows color (decimal): -15850239 or 75022. OLE color: 75022.

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

Color convert

RGB 14 37 1 -
CMYK 0.62 0 0.97 0.85
HSL 98.33º 0.95% 0.07% -
HSV(B) 98.33º 0.97% 0.15% -
XYZ 0.85 1.42 0.26 -
YUV 26.02 113.88 119.43 -
System Red Green Blue C M Y K H S L
Decimal 14 37 1 0.62 0 0.97 0.85 98.33 0.95 0.07
Hex E 25 1 3E 0 61 55 62 5F 7
Octal 16 45 1 76 0 141 125 142 137 7
Binary 1110 100101 1 111110 0 1100001 1010101 1100010 1011111 111

Color Harmonies of #0E2501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2501

Black with #0E2501

Text Example


Text Example

White with #0E2501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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