Html Css Color HEX #122B01 Pine Tree

📋 copy color: '#122B01'

red 18 ◦ green 43 ◦ blue 1

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

Shades of Pine Tree #122B01

Tints of Pine Tree #122B01

RGB

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

 GREEN value IS 43 (17.19% from 255) = 69.35%

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

R = 29.03%
G = 69.35%
B = 1.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.98

 K value IS 0.83

RGB Variations

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

Color information

#122B01 (or 0x122B01) is known color: Pine Tree. HEX triplet: 12, 2B and 01. RGB value is (18,43,1). Sum of RGB (Red+Green+Blue) = 18+43+1=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 43 (17.19% from 255 or 69.35% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 43 - color contains mainly: green. Hex color #122B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122B01 is #EDD4FE. Grayscale: #1E1E1E. Windows color (decimal): -15586559 or 76562. OLE color: 76562.

HSL color Cylindrical-coordinate representation of color #122B01: hue angle of 95.71º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #122B01 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.83.

Color convert

RGB 18 43 1 -
CMYK 0.58 0 0.98 0.83
HSL 95.71º 0.95% 0.09% -
HSV(B) 95.71º 0.98% 0.17% -
XYZ 1.12 1.86 0.33 -
YUV 30.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 18 43 1 0.58 0 0.98 0.83 95.71 0.95 0.09
Hex 12 2B 1 3A 0 62 53 60 5F 9
Octal 22 53 1 72 0 142 123 140 137 11
Binary 10010 101011 1 111010 0 1100010 1010011 1100000 1011111 1001

Color Harmonies of #122B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B01

Black with #122B01

Text Example


Text Example

White with #122B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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