Html Css Color HEX #122309 Pine Tree

📋 copy color: '#122309'

red 18 ◦ green 35 ◦ blue 9

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

Shades of Pine Tree #122309

Tints of Pine Tree #122309

RGB

 RED value IS 18 (7.42% from 255) = 29.03%

 GREEN value IS 35 (14.06% from 255) = 56.45%

 BLUE value IS 9 (3.91% from 255) = 14.52%

R = 29.03%
G = 56.45%
B = 14.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#122309 (or 0x122309) is known color: Pine Tree. HEX triplet: 12, 23 and 09. RGB value is (18,35,9). Sum of RGB (Red+Green+Blue) = 18+35+9=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #122309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122309 is #EDDCF6. Grayscale: #1B1B1B. Windows color (decimal): -15588599 or 598802. OLE color: 598802.

HSL color Cylindrical-coordinate representation of color #122309: hue angle of 99.23º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #122309 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 35 9 -
CMYK 0.49 0 0.74 0.86
HSL 99.23º 0.59% 0.09% -
HSV(B) 99.23º 0.74% 0.14% -
XYZ 0.9 1.35 0.47 -
YUV 26.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 18 35 9 0.49 0 0.74 0.86 99.23 0.59 0.09
Hex 12 23 9 31 0 4A 56 63 3B 9
Octal 22 43 11 61 0 112 126 143 73 11
Binary 10010 100011 1001 110001 0 1001010 1010110 1100011 111011 1001

Color Harmonies of #122309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122309

Black with #122309

Text Example


Text Example

White with #122309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122309; }

 p { color: rgb(18,35,9); }

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

background-color css

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

 a { background-color: rgb(18,35,9); }

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

border-color css

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

 span { border-color: rgb(18,35,9); }

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