Html Css Color HEX #1B9C7D Jungle Green

📋 copy color: '#1B9C7D'

red 27 ◦ green 156 ◦ blue 125

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

Shades of Jungle Green #1B9C7D

Tints of Jungle Green #1B9C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.58%

R = 8.77%
G = 50.65%
B = 40.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#1B9C7D (or 0x1B9C7D) is known color: Jungle Green. HEX triplet: 1B, 9C and 7D. RGB value is (27,156,125). Sum of RGB (Red+Green+Blue) = 27+156+125=308 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.77% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #1B9C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9C7D is #E46382. Grayscale: #717171. Windows color (decimal): -14967683 or 8231963. OLE color: 8231963.

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

Color convert

RGB 27 156 125 -
CMYK 0.83 0 0.20 0.39
HSL 165.58º 0.7% 0.36% -
HSV(B) 165.58º 0.83% 0.61% -
XYZ 16.04 25.49 23.48 -
YUV 113.9 134.26 66.02 -
System Red Green Blue C M Y K H S L
Decimal 27 156 125 0.83 0 0.20 0.39 165.58 0.7 0.36
Hex 1B 9C 7D 53 0 14 27 A6 46 24
Octal 33 234 175 123 0 24 47 246 106 44
Binary 11011 10011100 1111101 1010011 0 10100 100111 10100110 1000110 100100

Color Harmonies of #1B9C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9C7D

Black with #1B9C7D

Text Example


Text Example

White with #1B9C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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