Html Css Color HEX #2F483A English Holly

📋 copy color: '#2F483A'

red 47 ◦ green 72 ◦ blue 58

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

Shades of English Holly #2F483A

Tints of English Holly #2F483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.68%

 BLUE value IS 58 (23.05% from 255) = 32.77%

R = 26.55%
G = 40.68%
B = 32.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#2F483A (or 0x2F483A) is known color: English Holly. HEX triplet: 2F, 48 and 3A. RGB value is (47,72,58). Sum of RGB (Red+Green+Blue) = 47+72+58=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #2F483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F483A is #D0B7C5. Grayscale: #3E3E3E. Windows color (decimal): -13678534 or 3819567. OLE color: 3819567.

HSL color Cylindrical-coordinate representation of color #2F483A: hue angle of 146.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2F483A is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 72 58 -
CMYK 0.35 0 0.19 0.72
HSL 146.4º 0.21% 0.23% -
HSV(B) 146.4º 0.35% 0.28% -
XYZ 4.25 5.54 4.85 -
YUV 62.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 47 72 58 0.35 0 0.19 0.72 146.4 0.21 0.23
Hex 2F 48 3A 23 0 13 48 92 15 17
Octal 57 110 72 43 0 23 110 222 25 27
Binary 101111 1001000 111010 100011 0 10011 1001000 10010010 10101 10111

Color Harmonies of #2F483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F483A

Black with #2F483A

Text Example


Text Example

White with #2F483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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