Html Css Color HEX #27997C Jungle Green

📋 copy color: '#27997C'

red 39 ◦ green 153 ◦ blue 124

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

Shades of Jungle Green #27997C

Tints of Jungle Green #27997C

RGB

 RED value IS 39 (15.63% from 255) = 12.34%

 GREEN value IS 153 (60.16% from 255) = 48.42%

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

R = 12.34%
G = 48.42%
B = 39.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#27997C (or 0x27997C) is known color: Jungle Green. HEX triplet: 27, 99 and 7C. RGB value is (39,153,124). Sum of RGB (Red+Green+Blue) = 39+153+124=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #27997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27997C is #D86683. Grayscale: #737373. Windows color (decimal): -14182020 or 8165671. OLE color: 8165671.

HSL color Cylindrical-coordinate representation of color #27997C: hue angle of 164.74º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27997C is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 153 124 -
CMYK 0.75 0 0.19 0.4
HSL 164.74º 0.59% 0.38% -
HSV(B) 164.74º 0.75% 0.6% -
XYZ 15.87 24.67 22.99 -
YUV 115.61 132.73 73.36 -
System Red Green Blue C M Y K H S L
Decimal 39 153 124 0.75 0 0.19 0.4 164.74 0.59 0.38
Hex 27 99 7C 4B 0 13 28 A5 3B 26
Octal 47 231 174 113 0 23 50 245 73 46
Binary 100111 10011001 1111100 1001011 0 10011 101000 10100101 111011 100110

Color Harmonies of #27997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27997C

Black with #27997C

Text Example


Text Example

White with #27997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27997C; }

 p { color: rgb(39,153,124); }

 H1.HeaderClassName
 {
   color: #27997C;
 }
 .AnyTagClassName
 {
   color: #27997C;
 }
</style>

background-color css

<style>
 a { background-color: #27997C; }

 a { background-color: rgb(39,153,124); }

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

border-color css

<style>
 span { border-color: #27997C; }

 span { border-color: rgb(39,153,124); }

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