Html Css Color HEX #121F0B Pine Tree

📋 copy color: '#121F0B'

red 18 ◦ green 31 ◦ blue 11

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

Shades of Pine Tree #121F0B

Tints of Pine Tree #121F0B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 51.67%

 BLUE value IS 11 (4.69% from 255) = 18.33%

R = 30%
G = 51.67%
B = 18.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.65

 K value IS 0.88

RGB Variations

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

Color information

#121F0B (or 0x121F0B) is known color: Pine Tree. HEX triplet: 12, 1F and 0B. RGB value is (18,31,11). Sum of RGB (Red+Green+Blue) = 18+31+11=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 31 (12.5% from 255 or 51.67% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 31 - color contains mainly: green. Hex color #121F0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F0B is #EDE0F4. Grayscale: #181818. Windows color (decimal): -15589621 or 728850. OLE color: 728850.

HSL color Cylindrical-coordinate representation of color #121F0B: hue angle of 99º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121F0B is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 31 11 -
CMYK 0.42 0 0.65 0.88
HSL 99º 0.48% 0.08% -
HSV(B) 99º 0.65% 0.12% -
XYZ 0.8 1.13 0.49 -
YUV 24.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 18 31 11 0.42 0 0.65 0.88 99 0.48 0.08
Hex 12 1F B 2A 0 41 58 63 30 8
Octal 22 37 13 52 0 101 130 143 60 10
Binary 10010 11111 1011 101010 0 1000001 1011000 1100011 110000 1000

Color Harmonies of #121F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F0B

Black with #121F0B

Text Example


Text Example

White with #121F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121F0B; }

 p { color: rgb(18,31,11); }

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

background-color css

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

 a { background-color: rgb(18,31,11); }

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

border-color css

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

 span { border-color: rgb(18,31,11); }

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