Html Css Color HEX #27B085 Jungle Green

📋 copy color: '#27B085'

red 39 ◦ green 176 ◦ blue 133

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

Shades of Jungle Green #27B085

Tints of Jungle Green #27B085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 11.21%
G = 50.57%
B = 38.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#27B085 (or 0x27B085) is known color: Jungle Green. HEX triplet: 27, B0 and 85. RGB value is (39,176,133). Sum of RGB (Red+Green+Blue) = 39+176+133=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #27B085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27B085 is #D84F7A. Grayscale: #828282. Windows color (decimal): -14176123 or 8761383. OLE color: 8761383.

HSL color Cylindrical-coordinate representation of color #27B085: hue angle of 161.17º 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 #27B085 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 39 176 133 -
CMYK 0.78 0 0.24 0.31
HSL 161.17º 0.64% 0.42% -
HSV(B) 161.17º 0.78% 0.69% -
XYZ 20.6 33.18 27.51 -
YUV 130.14 129.61 63 -
System Red Green Blue C M Y K H S L
Decimal 39 176 133 0.78 0 0.24 0.31 161.17 0.64 0.42
Hex 27 B0 85 4E 0 18 1F A1 40 2A
Octal 47 260 205 116 0 30 37 241 100 52
Binary 100111 10110000 10000101 1001110 0 11000 11111 10100001 1000000 101010

Color Harmonies of #27B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27B085

Black with #27B085

Text Example


Text Example

White with #27B085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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