Html Css Color HEX #0A1B03 Pine Tree

📋 copy color: '#0A1B03'

red 10 ◦ green 27 ◦ blue 3

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

Shades of Pine Tree #0A1B03

Tints of Pine Tree #0A1B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 7.5%

R = 25%
G = 67.5%
B = 7.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.89

 K value IS 0.89

RGB Variations

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

Color information

#0A1B03 (or 0x0A1B03) is known color: Pine Tree. HEX triplet: 0A, 1B and 03. RGB value is (10,27,3). Sum of RGB (Red+Green+Blue) = 10+27+3=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 27 (10.94% from 255 or 67.5% from 40); Blue value is 3 (1.56% from 255 or 7.5% from 40); Max value from RGB is 27 - color contains mainly: green. Hex color #0A1B03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1B03 is #F5E4FC. Grayscale: #131313. Windows color (decimal): -16114941 or 203530. OLE color: 203530.

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

Color convert

RGB 10 27 3 -
CMYK 0.63 0 0.89 0.89
HSL 102.5º 0.8% 0.06% -
HSV(B) 102.5º 0.89% 0.11% -
XYZ 0.53 0.85 0.22 -
YUV 19.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 10 27 3 0.63 0 0.89 0.89 102.5 0.8 0.06
Hex A 1B 3 3F 0 59 59 66 50 6
Octal 12 33 3 77 0 131 131 146 120 6
Binary 1010 11011 11 111111 0 1011001 1011001 1100110 1010000 110

Color Harmonies of #0A1B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1B03

Black with #0A1B03

Text Example


Text Example

White with #0A1B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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