Html Css Color HEX #27A07B Jungle Green

📋 copy color: '#27A07B'

red 39 ◦ green 160 ◦ blue 123

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

Shades of Jungle Green #27A07B

Tints of Jungle Green #27A07B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.69%

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 12.11%
G = 49.69%
B = 38.2%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#27A07B (or 0x27A07B) is known color: Jungle Green. HEX triplet: 27, A0 and 7B. RGB value is (39,160,123). Sum of RGB (Red+Green+Blue) = 39+160+123=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #27A07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A07B is #D85F84. Grayscale: #777777. Windows color (decimal): -14180229 or 8101927. OLE color: 8101927.

HSL color Cylindrical-coordinate representation of color #27A07B: hue angle of 161.65º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A07B is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 39 160 123 -
CMYK 0.76 0 0.23 0.37
HSL 161.65º 0.61% 0.39% -
HSV(B) 161.65º 0.76% 0.63% -
XYZ 16.98 27 23.06 -
YUV 119.6 129.91 70.51 -
System Red Green Blue C M Y K H S L
Decimal 39 160 123 0.76 0 0.23 0.37 161.65 0.61 0.39
Hex 27 A0 7B 4C 0 17 25 A2 3D 27
Octal 47 240 173 114 0 27 45 242 75 47
Binary 100111 10100000 1111011 1001100 0 10111 100101 10100010 111101 100111

Color Harmonies of #27A07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27A07B

Black with #27A07B

Text Example


Text Example

White with #27A07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,160,123); }

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

background-color css

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

 a { background-color: rgb(39,160,123); }

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

border-color css

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

 span { border-color: rgb(39,160,123); }

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