Html Css Color HEX #27B07C Jungle Green

📋 copy color: '#27B07C'

red 39 ◦ green 176 ◦ blue 124

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

Shades of Jungle Green #27B07C

Tints of Jungle Green #27B07C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.92%

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

R = 11.5%
G = 51.92%
B = 36.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#27B07C (or 0x27B07C) is known color: Jungle Green. HEX triplet: 27, B0 and 7C. RGB value is (39,176,124). Sum of RGB (Red+Green+Blue) = 39+176+124=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #27B07C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27B07C is #D84F83. Grayscale: #818181. Windows color (decimal): -14176132 or 8171559. OLE color: 8171559.

HSL color Cylindrical-coordinate representation of color #27B07C: hue angle of 157.23º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27B07C is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 39 176 124 -
CMYK 0.78 0 0.30 0.31
HSL 157.23º 0.64% 0.42% -
HSV(B) 157.23º 0.78% 0.69% -
XYZ 20 32.94 24.37 -
YUV 129.11 125.11 63.73 -
System Red Green Blue C M Y K H S L
Decimal 39 176 124 0.78 0 0.30 0.31 157.23 0.64 0.42
Hex 27 B0 7C 4E 0 1E 1F 9D 40 2A
Octal 47 260 174 116 0 36 37 235 100 52
Binary 100111 10110000 1111100 1001110 0 11110 11111 10011101 1000000 101010

Color Harmonies of #27B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27B07C

Black with #27B07C

Text Example


Text Example

White with #27B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27B07C; }

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

 H1.HeaderClassName
 {
   color: #27B07C;
 }
 .AnyTagClassName
 {
   color: #27B07C;
 }
</style>

background-color css

<style>
 a { background-color: #27B07C; }

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

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

border-color css

<style>
 span { border-color: #27B07C; }

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

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