Html Css Color HEX #2F4538 English Holly

📋 copy color: '#2F4538'

red 47 ◦ green 69 ◦ blue 56

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

Shades of English Holly #2F4538

Tints of English Holly #2F4538

RGB

 RED value IS 47 (18.75% from 255) = 27.33%

 GREEN value IS 69 (27.34% from 255) = 40.12%

 BLUE value IS 56 (22.27% from 255) = 32.56%

R = 27.33%
G = 40.12%
B = 32.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#2F4538 (or 0x2F4538) is known color: English Holly. HEX triplet: 2F, 45 and 38. RGB value is (47,69,56). Sum of RGB (Red+Green+Blue) = 47+69+56=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #2F4538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4538 is #D0BAC7. Grayscale: #3C3C3C. Windows color (decimal): -13679304 or 3687727. OLE color: 3687727.

HSL color Cylindrical-coordinate representation of color #2F4538: hue angle of 144.55º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2F4538 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 69 56 -
CMYK 0.32 0 0.19 0.73
HSL 144.55º 0.19% 0.23% -
HSV(B) 144.55º 0.32% 0.27% -
XYZ 4.01 5.15 4.52 -
YUV 60.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 47 69 56 0.32 0 0.19 0.73 144.55 0.19 0.23
Hex 2F 45 38 20 0 13 49 91 13 17
Octal 57 105 70 40 0 23 111 221 23 27
Binary 101111 1000101 111000 100000 0 10011 1001001 10010001 10011 10111

Color Harmonies of #2F4538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4538

Black with #2F4538

Text Example


Text Example

White with #2F4538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F4538; }

 p { color: rgb(47,69,56); }

 H1.HeaderClassName
 {
   color: #2F4538;
 }
 .AnyTagClassName
 {
   color: #2F4538;
 }
</style>

background-color css

<style>
 a { background-color: #2F4538; }

 a { background-color: rgb(47,69,56); }

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

border-color css

<style>
 span { border-color: #2F4538; }

 span { border-color: rgb(47,69,56); }

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