Html Css Color HEX #2A4B30 Timber Green

📋 copy color: '#2A4B30'

red 42 ◦ green 75 ◦ blue 48

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

Shades of Timber Green #2A4B30

Tints of Timber Green #2A4B30

RGB

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

 GREEN value IS 75 (29.69% from 255) = 45.45%

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

R = 25.45%
G = 45.45%
B = 29.09%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#2A4B30 (or 0x2A4B30) is known color: Timber Green. HEX triplet: 2A, 4B and 30. RGB value is (42,75,48). Sum of RGB (Red+Green+Blue) = 42+75+48=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #2A4B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4B30 is #D5B4CF. Grayscale: #3E3E3E. Windows color (decimal): -14005456 or 3164970. OLE color: 3164970.

HSL color Cylindrical-coordinate representation of color #2A4B30: hue angle of 130.91º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A4B30 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 42 75 48 -
CMYK 0.44 0 0.36 0.71
HSL 130.91º 0.28% 0.23% -
HSV(B) 130.91º 0.44% 0.29% -
XYZ 4 5.74 3.69 -
YUV 62.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 42 75 48 0.44 0 0.36 0.71 130.91 0.28 0.23
Hex 2A 4B 30 2C 0 24 47 83 1C 17
Octal 52 113 60 54 0 44 107 203 34 27
Binary 101010 1001011 110000 101100 0 100100 1000111 10000011 11100 10111

Color Harmonies of #2A4B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4B30

Black with #2A4B30

Text Example


Text Example

White with #2A4B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,75,48); }

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

background-color css

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

 a { background-color: rgb(42,75,48); }

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

border-color css

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

 span { border-color: rgb(42,75,48); }

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