Html Css Color HEX #27392F Holly

📋 copy color: '#27392F'

red 39 ◦ green 57 ◦ blue 47

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

Shades of Holly #27392F

Tints of Holly #27392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.86%

 BLUE value IS 47 (18.75% from 255) = 32.87%

R = 27.27%
G = 39.86%
B = 32.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#27392F (or 0x27392F) is known color: Holly. HEX triplet: 27, 39 and 2F. RGB value is (39,57,47). Sum of RGB (Red+Green+Blue) = 39+57+47=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 57 - color contains mainly: green. Hex color #27392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27392F is #D8C6D0. Grayscale: #323232. Windows color (decimal): -14206673 or 3094823. OLE color: 3094823.

HSL color Cylindrical-coordinate representation of color #27392F: hue angle of 146.67º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #27392F is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 57 47 -
CMYK 0.32 0 0.18 0.78
HSL 146.67º 0.19% 0.19% -
HSV(B) 146.67º 0.32% 0.22% -
XYZ 2.81 3.56 3.23 -
YUV 50.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 39 57 47 0.32 0 0.18 0.78 146.67 0.19 0.19
Hex 27 39 2F 20 0 12 4E 93 13 13
Octal 47 71 57 40 0 22 116 223 23 23
Binary 100111 111001 101111 100000 0 10010 1001110 10010011 10011 10011

Color Harmonies of #27392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27392F

Black with #27392F

Text Example


Text Example

White with #27392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27392F; }

 p { color: rgb(39,57,47); }

 H1.HeaderClassName
 {
   color: #27392F;
 }
 .AnyTagClassName
 {
   color: #27392F;
 }
</style>

background-color css

<style>
 a { background-color: #27392F; }

 a { background-color: rgb(39,57,47); }

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

border-color css

<style>
 span { border-color: #27392F; }

 span { border-color: rgb(39,57,47); }

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