Html Css Color HEX #2A3D32 English Holly

📋 copy color: '#2A3D32'

red 42 ◦ green 61 ◦ blue 50

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

Shades of English Holly #2A3D32

Tints of English Holly #2A3D32

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.87%

 BLUE value IS 50 (19.92% from 255) = 32.68%

R = 27.45%
G = 39.87%
B = 32.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.76

RGB Variations

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

Color information

#2A3D32 (or 0x2A3D32) is known color: English Holly. HEX triplet: 2A, 3D and 32. RGB value is (42,61,50). Sum of RGB (Red+Green+Blue) = 42+61+50=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 61 - color contains mainly: green. Hex color #2A3D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3D32 is #D5C2CD. Grayscale: #363636. Windows color (decimal): -14009038 or 3292458. OLE color: 3292458.

HSL color Cylindrical-coordinate representation of color #2A3D32: hue angle of 145.26º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2A3D32 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB 42 61 50 -
CMYK 0.31 0 0.18 0.76
HSL 145.26º 0.18% 0.2% -
HSV(B) 145.26º 0.31% 0.24% -
XYZ 3.2 4.06 3.63 -
YUV 54.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 42 61 50 0.31 0 0.18 0.76 145.26 0.18 0.2
Hex 2A 3D 32 1F 0 12 4C 91 12 14
Octal 52 75 62 37 0 22 114 221 22 24
Binary 101010 111101 110010 11111 0 10010 1001100 10010001 10010 10100

Color Harmonies of #2A3D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3D32

Black with #2A3D32

Text Example


Text Example

White with #2A3D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,61,50); }

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

background-color css

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

 a { background-color: rgb(42,61,50); }

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

border-color css

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

 span { border-color: rgb(42,61,50); }

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