Html Css Color HEX #1BA180 Jungle Green

📋 copy color: '#1BA180'

red 27 ◦ green 161 ◦ blue 128

#1BA180
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #1BA180

Tints of Jungle Green #1BA180

RGB

 RED value IS 27 (10.94% from 255) = 8.54%

 GREEN value IS 161 (63.28% from 255) = 50.95%

 BLUE value IS 128 (50.39% from 255) = 40.51%

R = 8.54%
G = 50.95%
B = 40.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#1BA180 (or 0x1BA180) is known color: Jungle Green. HEX triplet: 1B, A1 and 80. RGB value is (27,161,128). Sum of RGB (Red+Green+Blue) = 27+161+128=316 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.54% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #1BA180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA180 is #E45E7F. Grayscale: #757575. Windows color (decimal): -14966400 or 8429851. OLE color: 8429851.

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

Color convert

RGB 27 161 128 -
CMYK 0.83 0 0.20 0.37
HSL 165.22º 0.71% 0.37% -
HSV(B) 165.22º 0.83% 0.63% -
XYZ 17.09 27.28 24.79 -
YUV 117.17 134.11 63.68 -
System Red Green Blue C M Y K H S L
Decimal 27 161 128 0.83 0 0.20 0.37 165.22 0.71 0.37
Hex 1B A1 80 53 0 14 25 A5 47 25
Octal 33 241 200 123 0 24 45 245 107 45
Binary 11011 10100001 10000000 1010011 0 10100 100101 10100101 1000111 100101

Color Harmonies of #1BA180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA180

Black with #1BA180

Text Example


Text Example

White with #1BA180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,161,128); }

 H1.HeaderClassName
 {
   color: #1BA180;
 }
 .AnyTagClassName
 {
   color: #1BA180;
 }
</style>

background-color css

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

 a { background-color: rgb(27,161,128); }

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

border-color css

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

 span { border-color: rgb(27,161,128); }

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