Html Css Color HEX #122601 Pine Tree

📋 copy color: '#122601'

red 18 ◦ green 38 ◦ blue 1

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

Shades of Pine Tree #122601

Tints of Pine Tree #122601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.75%

R = 31.58%
G = 66.67%
B = 1.75%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#122601 (or 0x122601) is known color: Pine Tree. HEX triplet: 12, 26 and 01. RGB value is (18,38,1). Sum of RGB (Red+Green+Blue) = 18+38+1=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 38 (15.23% from 255 or 66.67% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 38 - color contains mainly: green. Hex color #122601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122601 is #EDD9FE. Grayscale: #1B1B1B. Windows color (decimal): -15587839 or 75282. OLE color: 75282.

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

Color convert

RGB 18 38 1 -
CMYK 0.53 0 0.97 0.85
HSL 92.43º 0.95% 0.08% -
HSV(B) 92.43º 0.97% 0.15% -
XYZ 0.95 1.52 0.27 -
YUV 27.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 18 38 1 0.53 0 0.97 0.85 92.43 0.95 0.08
Hex 12 26 1 35 0 61 55 5C 5F 8
Octal 22 46 1 65 0 141 125 134 137 10
Binary 10010 100110 1 110101 0 1100001 1010101 1011100 1011111 1000

Color Harmonies of #122601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122601

Black with #122601

Text Example


Text Example

White with #122601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122601; }

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

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

background-color css

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

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

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

border-color css

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

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

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