#1BA282

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

Shades of Jungle Green #1BA282

Tints of Jungle Green #1BA282

Color information

#1BA282 (or 0x1BA282) is unknown color: approx Jungle Green. HEX triplet: 1B, A2 and 82. RGB value is (27,162,130). Sum of RGB (Red+Green+Blue) = 27+162+130=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #1BA282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA282 is #E45D7D. Grayscale: #757575. Windows color (decimal): -14966142 or 8561179. OLE color: 8561179.

HSL color Cylindrical-coordinate representation of color #1BA282: hue angle of 165.78º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA282 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB27162130-
CMYK0.8300.200.36
HSL165.78º71.43%37.06%-
HSV(B)165.78º83.33%63.53%-
XYZ17.427.6925.55-
YUV117.99134.7763.1-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.46%
GREEN value IS 162 (63.67% from 255) = 50.78%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=8.46%
G=50.78%
B=40.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal271621300.8300.200.36165.7871.4337.06
Hex1BA2825301424a64725
Octal332422021230244424610745
Binary1101110100010100000101010011010100100100101001101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,162,130); }

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

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

 a { background-color: rgb(27,162,130); }

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

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

 span { border-color: rgb(27,162,130); }

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