Html Css Color HEX #121A02 Pine Tree

📋 copy color: '#121A02'

red 18 ◦ green 26 ◦ blue 2

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

Shades of Pine Tree #121A02

Tints of Pine Tree #121A02

RGB

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

 GREEN value IS 26 (10.55% from 255) = 56.52%

 BLUE value IS 2 (1.17% from 255) = 4.35%

R = 39.13%
G = 56.52%
B = 4.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.90

RGB Variations

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

Color information

#121A02 (or 0x121A02) is known color: Pine Tree. HEX triplet: 12, 1A and 02. RGB value is (18,26,2). Sum of RGB (Red+Green+Blue) = 18+26+2=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 26 (10.55% from 255 or 56.52% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 26 - color contains mainly: green. Hex color #121A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121A02 is #EDE5FD. Grayscale: #141414. Windows color (decimal): -15590910 or 137746. OLE color: 137746.

HSL color Cylindrical-coordinate representation of color #121A02: hue angle of 80º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121A02 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 26 2 -
CMYK 0.31 0 0.92 0.90
HSL 80º 0.86% 0.05% -
HSV(B) 80º 0.92% 0.1% -
XYZ 0.63 0.87 0.19 -
YUV 20.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 18 26 2 0.31 0 0.92 0.90 80 0.86 0.05
Hex 12 1A 2 1F 0 5C 5A 50 56 5
Octal 22 32 2 37 0 134 132 120 126 5
Binary 10010 11010 10 11111 0 1011100 1011010 1010000 1010110 101

Color Harmonies of #121A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A02

Black with #121A02

Text Example


Text Example

White with #121A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,26,2); }

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

background-color css

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

 a { background-color: rgb(18,26,2); }

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

border-color css

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

 span { border-color: rgb(18,26,2); }

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