#1B720A

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

Shades of Green #1B720A

Tints of Green #1B720A

Color information

#1B720A (or 0x1B720A) is unknown color: approx Green. HEX triplet: 1B, 72 and 0A. RGB value is (27,114,10). Sum of RGB (Red+Green+Blue) = 27+114+10=151 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.88% from 151); Green value is 114 (44.92% from 255 or 75.50% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 114 - color contains mainly: green. Hex color #1B720A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B720A is #E48DF5. Grayscale: #4C4C4C. Windows color (decimal): -14978550 or 684571. OLE color: 684571.

HSL color Cylindrical-coordinate representation of color #1B720A: hue angle of 110.19º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B720A is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB2711410-
CMYK0.7600.910.55
HSL110.19º83.87%24.31%-
HSV(B)110.19º91.23%44.71%-
XYZ6.5212.292.32-
YUV76.1390.6892.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.88%
GREEN value IS 114 (44.92% from 255) = 75.50%
BLUE value IS 10 (4.30% from 255) = 6.62%
R=17.88%
G=75.50%
B=6.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27114100.7600.910.55110.1983.8724.31
Hex1B72A4C05B376e5418
Octal331621211401336715612430
Binary11011111001010101001100010110111101111101110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,114,10); }

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

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

 a { background-color: rgb(27,114,10); }

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

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

 span { border-color: rgb(27,114,10); }

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