Html Css Color HEX #122300 Pine Tree

📋 copy color: '#122300'

red 18 ◦ green 35 ◦ blue 0

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

Shades of Pine Tree #122300

Tints of Pine Tree #122300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.96%
G = 66.04%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#122300 (or 0x122300) is known color: Pine Tree. HEX triplet: 12, 23 and 00. RGB value is (18,35,0). Sum of RGB (Red+Green+Blue) = 18+35+0=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 35 (14.06% from 255 or 66.04% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 35 - color contains mainly: green. Hex color #122300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122300 is #EDDCFF. Grayscale: #1A1A1A. Windows color (decimal): -15588608 or 8978. OLE color: 8978.

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

Color convert

RGB 18 35 0 -
CMYK 0.49 0 1 0.86
HSL 89.14º 1% 0.07% -
HSV(B) 89.14º 1% 0.14% -
XYZ 0.85 1.33 0.21 -
YUV 25.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 18 35 0 0.49 0 1 0.86 89.14 1 0.07
Hex 12 23 0 31 0 64 56 59 64 7
Octal 22 43 0 61 0 144 126 131 144 7
Binary 10010 100011 0 110001 0 1100100 1010110 1011001 1100100 111

Color Harmonies of #122300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122300

Black with #122300

Text Example


Text Example

White with #122300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122300; }

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

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

background-color css

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

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

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

border-color css

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

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

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