Html Css Color HEX #27402F Holly

📋 copy color: '#27402F'

red 39 ◦ green 64 ◦ blue 47

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

Shades of Holly #27402F

Tints of Holly #27402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.67%

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

R = 26%
G = 42.67%
B = 31.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#27402F (or 0x27402F) is known color: Holly. HEX triplet: 27, 40 and 2F. RGB value is (39,64,47). Sum of RGB (Red+Green+Blue) = 39+64+47=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #27402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27402F is #D8BFD0. Grayscale: #363636. Windows color (decimal): -14204881 or 3096615. OLE color: 3096615.

HSL color Cylindrical-coordinate representation of color #27402F: hue angle of 139.2º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #27402F is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 64 47 -
CMYK 0.39 0 0.27 0.75
HSL 139.2º 0.24% 0.2% -
HSV(B) 139.2º 0.39% 0.25% -
XYZ 3.18 4.3 3.35 -
YUV 54.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 39 64 47 0.39 0 0.27 0.75 139.2 0.24 0.2
Hex 27 40 2F 27 0 1B 4B 8B 18 14
Octal 47 100 57 47 0 33 113 213 30 24
Binary 100111 1000000 101111 100111 0 11011 1001011 10001011 11000 10100

Color Harmonies of #27402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27402F

Black with #27402F

Text Example


Text Example

White with #27402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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