Html Css Color HEX #27342E Palm Green

📋 copy color: '#27342E'

red 39 ◦ green 52 ◦ blue 46

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

Shades of Palm Green #27342E

Tints of Palm Green #27342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.96%

 BLUE value IS 46 (18.36% from 255) = 33.58%

R = 28.47%
G = 37.96%
B = 33.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#27342E (or 0x27342E) is known color: Palm Green. HEX triplet: 27, 34 and 2E. RGB value is (39,52,46). Sum of RGB (Red+Green+Blue) = 39+52+46=137 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.47% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 52 - color contains mainly: green. Hex color #27342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27342E is #D8CBD1. Grayscale: #2F2F2F. Windows color (decimal): -14207954 or 3028007. OLE color: 3028007.

HSL color Cylindrical-coordinate representation of color #27342E: hue angle of 152.31º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #27342E is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB 39 52 46 -
CMYK 0.25 0 0.12 0.80
HSL 152.31º 0.14% 0.18% -
HSV(B) 152.31º 0.25% 0.2% -
XYZ 2.56 3.08 3.05 -
YUV 47.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 39 52 46 0.25 0 0.12 0.80 152.31 0.14 0.18
Hex 27 34 2E 19 0 C 50 98 E 12
Octal 47 64 56 31 0 14 120 230 16 22
Binary 100111 110100 101110 11001 0 1100 1010000 10011000 1110 10010

Color Harmonies of #27342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27342E

Black with #27342E

Text Example


Text Example

White with #27342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27342E; }

 p { color: rgb(39,52,46); }

 H1.HeaderClassName
 {
   color: #27342E;
 }
 .AnyTagClassName
 {
   color: #27342E;
 }
</style>

background-color css

<style>
 a { background-color: #27342E; }

 a { background-color: rgb(39,52,46); }

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

border-color css

<style>
 span { border-color: #27342E; }

 span { border-color: rgb(39,52,46); }

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