#1B6A0C

Color #1B6A0C Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #1B6A0C

Tints of Green #1B6A0C

Color information

#1B6A0C (or 0x1B6A0C) is unknown color: approx Green. HEX triplet: 1B, 6A and 0C. RGB value is (27,106,12). Sum of RGB (Red+Green+Blue) = 27+106+12=145 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.62% from 145); Green value is 106 (41.80% from 255 or 73.10% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 106 - color contains mainly: green. Hex color #1B6A0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B6A0C is #E495F3. Grayscale: #474747. Windows color (decimal): -14980596 or 813595. OLE color: 813595.

HSL color Cylindrical-coordinate representation of color #1B6A0C: hue angle of 110.43º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B6A0C is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB2710612-
CMYK0.7500.890.58
HSL110.43º79.66%23.14%-
HSV(B)110.43º88.68%41.57%-
XYZ5.6710.572.09-
YUV71.6694.3396.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.62%
GREEN value IS 106 (41.80% from 255) = 73.10%
BLUE value IS 12 (5.08% from 255) = 8.28%
R=18.62%
G=73.10%
B=8.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27106120.7500.890.58110.4379.6623.14
Hex1B6AC4B0593A6e5017
Octal331521411301317215612027
Binary11011110101011001001011010110011110101101110101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B6A0C; }

 p { color: rgb(27,106,12); }

 H1.HeaderClassName
 {
   color: #1B6A0C;
 }
 .AnyTagClassName
 {
   color: #1B6A0C;
 }
</style>
background-color css

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

 a { background-color: rgb(27,106,12); }

 div.DivClassName
 {
   background-color: #1B6A0C;
 }
 .BgClassName
 {
   background-color: #1B6A0C;
 }
</style>
border-color css

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

 span { border-color: rgb(27,106,12); }

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