Html Css Color HEX #1BA17F Jungle Green

📋 copy color: '#1BA17F'

red 27 ◦ green 161 ◦ blue 127

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

Shades of Jungle Green #1BA17F

Tints of Jungle Green #1BA17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.32%

R = 8.57%
G = 51.11%
B = 40.32%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#1BA17F (or 0x1BA17F) is known color: Jungle Green. HEX triplet: 1B, A1 and 7F. RGB value is (27,161,127). Sum of RGB (Red+Green+Blue) = 27+161+127=315 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.57% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #1BA17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA17F is #E45E80. Grayscale: #757575. Windows color (decimal): -14966401 or 8364315. OLE color: 8364315.

HSL color Cylindrical-coordinate representation of color #1BA17F: hue angle of 164.78º 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 #1BA17F is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 27 161 127 -
CMYK 0.83 0 0.21 0.37
HSL 164.78º 0.71% 0.37% -
HSV(B) 164.78º 0.83% 0.63% -
XYZ 17.03 27.26 24.44 -
YUV 117.06 133.61 63.76 -
System Red Green Blue C M Y K H S L
Decimal 27 161 127 0.83 0 0.21 0.37 164.78 0.71 0.37
Hex 1B A1 7F 53 0 15 25 A5 47 25
Octal 33 241 177 123 0 25 45 245 107 45
Binary 11011 10100001 1111111 1010011 0 10101 100101 10100101 1000111 100101

Color Harmonies of #1BA17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA17F

Black with #1BA17F

Text Example


Text Example

White with #1BA17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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