#1B7201

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

Shades of Green #1B7201

Tints of Green #1B7201

Color information

#1B7201 (or 0x1B7201) is unknown color: approx Green. HEX triplet: 1B, 72 and 01. RGB value is (27,114,1). Sum of RGB (Red+Green+Blue) = 27+114+1=142 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.01% from 142); Green value is 114 (44.92% from 255 or 80.28% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 114 - color contains mainly: green. Hex color #1B7201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7201 is #E48DFE. Grayscale: #4B4B4B. Windows color (decimal): -14978559 or 94747. OLE color: 94747.

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

Color convert

RGB271141-
CMYK0.7600.990.55
HSL106.19º98.26%22.55%-
HSV(B)106.19º99.12%44.71%-
XYZ6.4712.272.06-
YUV75.186.1893.69-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.01%
GREEN value IS 114 (44.92% from 255) = 80.28%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=19.01%
G=80.28%
B=0.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2711410.7600.990.55106.1998.2622.55
Hex1B7214C063376a6217
Octal33162111401436715214227
Binary11011111001011001100011000111101111101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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