Html Css Color HEX #0A1B00 Pine Tree

📋 copy color: '#0A1B00'

red 10 ◦ green 27 ◦ blue 0

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

Shades of Pine Tree #0A1B00

Tints of Pine Tree #0A1B00

RGB

 RED value IS 10 (4.3% from 255) = 27.03%

 GREEN value IS 27 (10.94% from 255) = 72.97%

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

R = 27.03%
G = 72.97%
B = 0%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#0A1B00 (or 0x0A1B00) is known color: Pine Tree. HEX triplet: 0A, 1B and 00. RGB value is (10,27,0). Sum of RGB (Red+Green+Blue) = 10+27+0=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 27 (10.94% from 255 or 72.97% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 27 - color contains mainly: green. Hex color #0A1B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1B00 is #F5E4FF. Grayscale: #121212. Windows color (decimal): -16114944 or 6922. OLE color: 6922.

HSL color Cylindrical-coordinate representation of color #0A1B00: hue angle of 97.78º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A1B00 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.

Color convert

RGB 10 27 0 -
CMYK 0.63 0 1 0.89
HSL 97.78º 1% 0.05% -
HSV(B) 97.78º 1% 0.11% -
XYZ 0.52 0.85 0.14 -
YUV 18.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 10 27 0 0.63 0 1 0.89 97.78 1 0.05
Hex A 1B 0 3F 0 64 59 62 64 5
Octal 12 33 0 77 0 144 131 142 144 5
Binary 1010 11011 0 111111 0 1100100 1011001 1100010 1100100 101

Color Harmonies of #0A1B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1B00

Black with #0A1B00

Text Example


Text Example

White with #0A1B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,27,0); }

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

background-color css

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

 a { background-color: rgb(10,27,0); }

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

border-color css

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

 span { border-color: rgb(10,27,0); }

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