#1B7202

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

Shades of Green #1B7202

Tints of Green #1B7202

Color information

#1B7202 (or 0x1B7202) is unknown color: approx Green. HEX triplet: 1B, 72 and 02. RGB value is (27,114,2). Sum of RGB (Red+Green+Blue) = 27+114+2=143 (18% of max value = 765). Red value is 27 (10.94% from 255 or 18.88% from 143); Green value is 114 (44.92% from 255 or 79.72% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 114 - color contains mainly: green. Hex color #1B7202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7202 is #E48DFD. Grayscale: #4B4B4B. Windows color (decimal): -14978558 or 160283. OLE color: 160283.

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

Color convert

RGB271142-
CMYK0.7600.980.55
HSL106.61º96.55%22.75%-
HSV(B)106.61º98.25%44.71%-
XYZ6.4812.272.08-
YUV75.2286.6893.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.88%
GREEN value IS 114 (44.92% from 255) = 79.72%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=18.88%
G=79.72%
B=1.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2711420.7600.980.55106.6196.5522.75
Hex1B7224C062376b6117
Octal33162211401426715314127
Binary110111110010101001100011000101101111101011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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