Html Css Color HEX #27B68F Jungle Green

📋 copy color: '#27B68F'

red 39 ◦ green 182 ◦ blue 143

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

Shades of Jungle Green #27B68F

Tints of Jungle Green #27B68F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50%

 BLUE value IS 143 (56.25% from 255) = 39.29%

R = 10.71%
G = 50%
B = 39.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#27B68F (or 0x27B68F) is known color: Jungle Green. HEX triplet: 27, B6 and 8F. RGB value is (39,182,143). Sum of RGB (Red+Green+Blue) = 39+182+143=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #27B68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27B68F is #D84970. Grayscale: #868686. Windows color (decimal): -14174577 or 9418279. OLE color: 9418279.

HSL color Cylindrical-coordinate representation of color #27B68F: hue angle of 163.64º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27B68F is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 39 182 143 -
CMYK 0.79 0 0.21 0.29
HSL 163.64º 0.65% 0.43% -
HSV(B) 163.64º 0.79% 0.71% -
XYZ 22.52 35.87 31.72 -
YUV 134.8 132.62 59.67 -
System Red Green Blue C M Y K H S L
Decimal 39 182 143 0.79 0 0.21 0.29 163.64 0.65 0.43
Hex 27 B6 8F 4F 0 15 1D A4 41 2B
Octal 47 266 217 117 0 25 35 244 101 53
Binary 100111 10110110 10001111 1001111 0 10101 11101 10100100 1000001 101011

Color Harmonies of #27B68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27B68F

Black with #27B68F

Text Example


Text Example

White with #27B68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,182,143); }

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

background-color css

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

 a { background-color: rgb(39,182,143); }

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

border-color css

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

 span { border-color: rgb(39,182,143); }

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