Html Css Color HEX #273F30 English Holly

📋 copy color: '#273F30'

red 39 ◦ green 63 ◦ blue 48

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

Shades of English Holly #273F30

Tints of English Holly #273F30

RGB

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

 GREEN value IS 63 (25% from 255) = 42%

 BLUE value IS 48 (19.14% from 255) = 32%

R = 26%
G = 42%
B = 32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.75

RGB Variations

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

Color information

#273F30 (or 0x273F30) is known color: English Holly. HEX triplet: 27, 3F and 30. RGB value is (39,63,48). Sum of RGB (Red+Green+Blue) = 39+63+48=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 63 - color contains mainly: green. Hex color #273F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273F30 is #D8C0CF. Grayscale: #363636. Windows color (decimal): -14205136 or 3161895. OLE color: 3161895.

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

Color convert

RGB 39 63 48 -
CMYK 0.38 0 0.24 0.75
HSL 142.5º 0.24% 0.2% -
HSV(B) 142.5º 0.38% 0.25% -
XYZ 3.15 4.2 3.44 -
YUV 54.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 39 63 48 0.38 0 0.24 0.75 142.5 0.24 0.2
Hex 27 3F 30 26 0 18 4B 8E 18 14
Octal 47 77 60 46 0 30 113 216 30 24
Binary 100111 111111 110000 100110 0 11000 1001011 10001110 11000 10100

Color Harmonies of #273F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273F30

Black with #273F30

Text Example


Text Example

White with #273F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,63,48); }

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

background-color css

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

 a { background-color: rgb(39,63,48); }

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

border-color css

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

 span { border-color: rgb(39,63,48); }

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