Html Css Color HEX #1B9E7F Jungle Green

📋 copy color: '#1B9E7F'

red 27 ◦ green 158 ◦ blue 127

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

Shades of Jungle Green #1B9E7F

Tints of Jungle Green #1B9E7F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.64%

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

R = 8.65%
G = 50.64%
B = 40.71%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#1B9E7F (or 0x1B9E7F) is known color: Jungle Green. HEX triplet: 1B, 9E and 7F. RGB value is (27,158,127). Sum of RGB (Red+Green+Blue) = 27+158+127=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 158 (62.11% from 255 or 50.64% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 158 - color contains mainly: green. Hex color #1B9E7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9E7F is #E46180. Grayscale: #737373. Windows color (decimal): -14967169 or 8363547. OLE color: 8363547.

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

Color convert

RGB 27 158 127 -
CMYK 0.83 0 0.20 0.38
HSL 165.8º 0.71% 0.36% -
HSV(B) 165.8º 0.83% 0.62% -
XYZ 16.51 26.22 24.27 -
YUV 115.3 134.6 65.02 -
System Red Green Blue C M Y K H S L
Decimal 27 158 127 0.83 0 0.20 0.38 165.8 0.71 0.36
Hex 1B 9E 7F 53 0 14 26 A6 47 24
Octal 33 236 177 123 0 24 46 246 107 44
Binary 11011 10011110 1111111 1010011 0 10100 100110 10100110 1000111 100100

Color Harmonies of #1B9E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9E7F

Black with #1B9E7F

Text Example


Text Example

White with #1B9E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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