Html Css Color HEX #122901 Pine Tree

📋 copy color: '#122901'

red 18 ◦ green 41 ◦ blue 1

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

Shades of Pine Tree #122901

Tints of Pine Tree #122901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 68.33%

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

R = 30%
G = 68.33%
B = 1.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#122901 (or 0x122901) is known color: Pine Tree. HEX triplet: 12, 29 and 01. RGB value is (18,41,1). Sum of RGB (Red+Green+Blue) = 18+41+1=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 41 (16.41% from 255 or 68.33% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 41 - color contains mainly: green. Hex color #122901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122901 is #EDD6FE. Grayscale: #1D1D1D. Windows color (decimal): -15587071 or 76050. OLE color: 76050.

HSL color Cylindrical-coordinate representation of color #122901: hue angle of 94.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #122901 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 41 1 -
CMYK 0.56 0 0.98 0.84
HSL 94.5º 0.95% 0.08% -
HSV(B) 94.5º 0.98% 0.16% -
XYZ 1.05 1.72 0.3 -
YUV 29.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 18 41 1 0.56 0 0.98 0.84 94.5 0.95 0.08
Hex 12 29 1 38 0 62 54 5E 5F 8
Octal 22 51 1 70 0 142 124 136 137 10
Binary 10010 101001 1 111000 0 1100010 1010100 1011110 1011111 1000

Color Harmonies of #122901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122901

Black with #122901

Text Example


Text Example

White with #122901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122901; }

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

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

background-color css

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

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

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

border-color css

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

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

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