Html Css Color HEX #27A585 Jungle Green

📋 copy color: '#27A585'

red 39 ◦ green 165 ◦ blue 133

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

Shades of Jungle Green #27A585

Tints of Jungle Green #27A585

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.96%

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

R = 11.57%
G = 48.96%
B = 39.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#27A585 (or 0x27A585) is known color: Jungle Green. HEX triplet: 27, A5 and 85. RGB value is (39,165,133). Sum of RGB (Red+Green+Blue) = 39+165+133=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #27A585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A585 is #D85A7A. Grayscale: #7B7B7B. Windows color (decimal): -14178939 or 8758567. OLE color: 8758567.

HSL color Cylindrical-coordinate representation of color #27A585: hue angle of 164.76º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A585 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 39 165 133 -
CMYK 0.76 0 0.19 0.35
HSL 164.76º 0.62% 0.4% -
HSV(B) 164.76º 0.76% 0.65% -
XYZ 18.53 29.04 26.82 -
YUV 123.68 133.26 67.6 -
System Red Green Blue C M Y K H S L
Decimal 39 165 133 0.76 0 0.19 0.35 164.76 0.62 0.4
Hex 27 A5 85 4C 0 13 23 A5 3E 28
Octal 47 245 205 114 0 23 43 245 76 50
Binary 100111 10100101 10000101 1001100 0 10011 100011 10100101 111110 101000

Color Harmonies of #27A585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27A585

Black with #27A585

Text Example


Text Example

White with #27A585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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