#1B700A

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

Shades of Green #1B700A

Tints of Green #1B700A

Color information

#1B700A (or 0x1B700A) is unknown color: approx Green. HEX triplet: 1B, 70 and 0A. RGB value is (27,112,10). Sum of RGB (Red+Green+Blue) = 27+112+10=149 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.12% from 149); Green value is 112 (44.14% from 255 or 75.17% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 112 - color contains mainly: green. Hex color #1B700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B700A is #E48FF5. Grayscale: #4B4B4B. Windows color (decimal): -14979062 or 684059. OLE color: 684059.

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

Color convert

RGB2711210-
CMYK0.7600.910.56
HSL110º83.61%23.92%-
HSV(B)110º91.07%43.92%-
XYZ6.311.842.24-
YUV74.9691.3493.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.12%
GREEN value IS 112 (44.14% from 255) = 75.17%
BLUE value IS 10 (4.30% from 255) = 6.71%
R=18.12%
G=75.17%
B=6.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27112100.7600.910.5611083.6123.92
Hex1B70A4C05B386e5418
Octal331601211401337015612430
Binary11011111000010101001100010110111110001101110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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