Html Css Color HEX #27B68B Jungle Green

📋 copy color: '#27B68B'

red 39 ◦ green 182 ◦ blue 139

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

Shades of Jungle Green #27B68B

Tints of Jungle Green #27B68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.61%

R = 10.83%
G = 50.56%
B = 38.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#27B68B (or 0x27B68B) is known color: Jungle Green. HEX triplet: 27, B6 and 8B. RGB value is (39,182,139). Sum of RGB (Red+Green+Blue) = 39+182+139=360 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.83% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #27B68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27B68B is #D84974. Grayscale: #868686. Windows color (decimal): -14174581 or 9156135. OLE color: 9156135.

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

Color convert

RGB 39 182 139 -
CMYK 0.79 0 0.24 0.29
HSL 161.96º 0.65% 0.43% -
HSV(B) 161.96º 0.79% 0.71% -
XYZ 22.22 35.75 30.16 -
YUV 134.34 130.62 60 -
System Red Green Blue C M Y K H S L
Decimal 39 182 139 0.79 0 0.24 0.29 161.96 0.65 0.43
Hex 27 B6 8B 4F 0 18 1D A2 41 2B
Octal 47 266 213 117 0 30 35 242 101 53
Binary 100111 10110110 10001011 1001111 0 11000 11101 10100010 1000001 101011

Color Harmonies of #27B68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27B68B

Black with #27B68B

Text Example


Text Example

White with #27B68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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