Html Css Color HEX #2A372E Holly

📋 copy color: '#2A372E'

red 42 ◦ green 55 ◦ blue 46

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

Shades of Holly #2A372E

Tints of Holly #2A372E

RGB

 RED value IS 42 (16.8% from 255) = 29.37%

 GREEN value IS 55 (21.88% from 255) = 38.46%

 BLUE value IS 46 (18.36% from 255) = 32.17%

R = 29.37%
G = 38.46%
B = 32.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#2A372E (or 0x2A372E) is known color: Holly. HEX triplet: 2A, 37 and 2E. RGB value is (42,55,46). Sum of RGB (Red+Green+Blue) = 42+55+46=143 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.37% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 55 - color contains mainly: green. Hex color #2A372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A372E is #D5C8D1. Grayscale: #323232. Windows color (decimal): -14010578 or 3028778. OLE color: 3028778.

HSL color Cylindrical-coordinate representation of color #2A372E: hue angle of 138.46º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2A372E is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 42 55 46 -
CMYK 0.24 0 0.16 0.78
HSL 138.46º 0.13% 0.19% -
HSV(B) 138.46º 0.24% 0.22% -
XYZ 2.81 3.42 3.1 -
YUV 50.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 42 55 46 0.24 0 0.16 0.78 138.46 0.13 0.19
Hex 2A 37 2E 18 0 10 4E 8A D 13
Octal 52 67 56 30 0 20 116 212 15 23
Binary 101010 110111 101110 11000 0 10000 1001110 10001010 1101 10011

Color Harmonies of #2A372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A372E

Black with #2A372E

Text Example


Text Example

White with #2A372E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,55,46); }

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

background-color css

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

 a { background-color: rgb(42,55,46); }

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

border-color css

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

 span { border-color: rgb(42,55,46); }

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