Html Css Color HEX #122605 Pine Tree

📋 copy color: '#122605'

red 18 ◦ green 38 ◦ blue 5

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

Shades of Pine Tree #122605

Tints of Pine Tree #122605

RGB

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

 GREEN value IS 38 (15.23% from 255) = 62.3%

 BLUE value IS 5 (2.34% from 255) = 8.2%

R = 29.51%
G = 62.3%
B = 8.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.87

 K value IS 0.85

RGB Variations

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

Color information

#122605 (or 0x122605) is known color: Pine Tree. HEX triplet: 12, 26 and 05. RGB value is (18,38,5). Sum of RGB (Red+Green+Blue) = 18+38+5=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 38 (15.23% from 255 or 62.30% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 38 - color contains mainly: green. Hex color #122605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122605 is #EDD9FA. Grayscale: #1C1C1C. Windows color (decimal): -15587835 or 337426. OLE color: 337426.

HSL color Cylindrical-coordinate representation of color #122605: hue angle of 96.36º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #122605 is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 38 5 -
CMYK 0.53 0 0.87 0.85
HSL 96.36º 0.77% 0.08% -
HSV(B) 96.36º 0.87% 0.15% -
XYZ 0.97 1.53 0.39 -
YUV 28.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 18 38 5 0.53 0 0.87 0.85 96.36 0.77 0.08
Hex 12 26 5 35 0 57 55 60 4D 8
Octal 22 46 5 65 0 127 125 140 115 10
Binary 10010 100110 101 110101 0 1010111 1010101 1100000 1001101 1000

Color Harmonies of #122605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122605

Black with #122605

Text Example


Text Example

White with #122605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122605; }

 p { color: rgb(18,38,5); }

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

background-color css

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

 a { background-color: rgb(18,38,5); }

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

border-color css

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

 span { border-color: rgb(18,38,5); }

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