Html Css Color HEX #1B9C7C Jungle Green

📋 copy color: '#1B9C7C'

red 27 ◦ green 156 ◦ blue 124

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

Shades of Jungle Green #1B9C7C

Tints of Jungle Green #1B9C7C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.81%

 BLUE value IS 124 (48.83% from 255) = 40.39%

R = 8.79%
G = 50.81%
B = 40.39%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#1B9C7C (or 0x1B9C7C) is known color: Jungle Green. HEX triplet: 1B, 9C and 7C. RGB value is (27,156,124). Sum of RGB (Red+Green+Blue) = 27+156+124=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 156 (61.33% from 255 or 50.81% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 156 - color contains mainly: green. Hex color #1B9C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9C7C is #E46383. Grayscale: #717171. Windows color (decimal): -14967684 or 8166427. OLE color: 8166427.

HSL color Cylindrical-coordinate representation of color #1B9C7C: hue angle of 165.12º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B9C7C is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 27 156 124 -
CMYK 0.83 0 0.21 0.39
HSL 165.12º 0.7% 0.36% -
HSV(B) 165.12º 0.83% 0.61% -
XYZ 15.98 25.47 23.14 -
YUV 113.78 133.76 66.1 -
System Red Green Blue C M Y K H S L
Decimal 27 156 124 0.83 0 0.21 0.39 165.12 0.7 0.36
Hex 1B 9C 7C 53 0 15 27 A5 46 24
Octal 33 234 174 123 0 25 47 245 106 44
Binary 11011 10011100 1111100 1010011 0 10101 100111 10100101 1000110 100100

Color Harmonies of #1B9C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9C7C

Black with #1B9C7C

Text Example


Text Example

White with #1B9C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,156,124); }

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

background-color css

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

 a { background-color: rgb(27,156,124); }

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

border-color css

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

 span { border-color: rgb(27,156,124); }

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