Html Css Color HEX #091D00 Pine Tree

📋 copy color: '#091D00'

red 9 ◦ green 29 ◦ blue 0

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

Shades of Pine Tree #091D00

Tints of Pine Tree #091D00

RGB

 RED value IS 9 (3.91% from 255) = 23.68%

 GREEN value IS 29 (11.72% from 255) = 76.32%

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

R = 23.68%
G = 76.32%
B = 0%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#091D00 (or 0x091D00) is known color: Pine Tree. HEX triplet: 09, 1D and 00. RGB value is (9,29,0). Sum of RGB (Red+Green+Blue) = 9+29+0=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 29 (11.72% from 255 or 76.32% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 29 - color contains mainly: green. Hex color #091D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091D00 is #F6E2FF. Grayscale: #131313. Windows color (decimal): -16179968 or 7433. OLE color: 7433.

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

Color convert

RGB 9 29 0 -
CMYK 0.69 0 1 0.89
HSL 101.38º 1% 0.06% -
HSV(B) 101.38º 1% 0.11% -
XYZ 0.55 0.94 0.15 -
YUV 19.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 9 29 0 0.69 0 1 0.89 101.38 1 0.06
Hex 9 1D 0 45 0 64 59 65 64 6
Octal 11 35 0 105 0 144 131 145 144 6
Binary 1001 11101 0 1000101 0 1100100 1011001 1100101 1100100 110

Color Harmonies of #091D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D00

Black with #091D00

Text Example


Text Example

White with #091D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091D00; }

 p { color: rgb(9,29,0); }

 H1.HeaderClassName
 {
   color: #091D00;
 }
 .AnyTagClassName
 {
   color: #091D00;
 }
</style>

background-color css

<style>
 a { background-color: #091D00; }

 a { background-color: rgb(9,29,0); }

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

border-color css

<style>
 span { border-color: #091D00; }

 span { border-color: rgb(9,29,0); }

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