Html Css Color HEX #273A2F Holly

📋 copy color: '#273A2F'

red 39 ◦ green 58 ◦ blue 47

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

Shades of Holly #273A2F

Tints of Holly #273A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.28%

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

R = 27.08%
G = 40.28%
B = 32.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#273A2F (or 0x273A2F) is known color: Holly. HEX triplet: 27, 3A and 2F. RGB value is (39,58,47). Sum of RGB (Red+Green+Blue) = 39+58+47=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 58 - color contains mainly: green. Hex color #273A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273A2F is #D8C5D0. Grayscale: #333333. Windows color (decimal): -14206417 or 3095079. OLE color: 3095079.

HSL color Cylindrical-coordinate representation of color #273A2F: hue angle of 145.26º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #273A2F is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB 39 58 47 -
CMYK 0.33 0 0.19 0.77
HSL 145.26º 0.2% 0.19% -
HSV(B) 145.26º 0.33% 0.23% -
XYZ 2.86 3.66 3.25 -
YUV 51.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 39 58 47 0.33 0 0.19 0.77 145.26 0.2 0.19
Hex 27 3A 2F 21 0 13 4D 91 14 13
Octal 47 72 57 41 0 23 115 221 24 23
Binary 100111 111010 101111 100001 0 10011 1001101 10010001 10100 10011

Color Harmonies of #273A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273A2F

Black with #273A2F

Text Example


Text Example

White with #273A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273A2F; }

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

 H1.HeaderClassName
 {
   color: #273A2F;
 }
 .AnyTagClassName
 {
   color: #273A2F;
 }
</style>

background-color css

<style>
 a { background-color: #273A2F; }

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

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

border-color css

<style>
 span { border-color: #273A2F; }

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

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