#2D4B30

Color #2D4B30 Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #2D4B30

Tints of Timber Green #2D4B30

Color information

#2D4B30 (or 0x2D4B30) is unknown color: approx Timber Green. HEX triplet: 2D, 4B and 30. RGB value is (45,75,48). Sum of RGB (Red+Green+Blue) = 45+75+48=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4B30 is #D2B4CF. Grayscale: #3F3F3F. Windows color (decimal): -13808848 or 3164973. OLE color: 3164973.

HSL color Cylindrical-coordinate representation of color #2D4B30: hue angle of 126º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D4B30 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB457548-
CMYK0.4000.360.71
HSL126º25%23.53%-
HSV(B)126º40%29.41%-
XYZ4.135.83.7-
YUV62.95119.56115.2-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.79%
GREEN value IS 75 (29.69% from 255) = 44.64%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=26.79%
G=44.64%
B=28.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4575480.4000.360.711262523.53
Hex2D4B3028024477e1918
Octal5511360500441071763130
Binary10110110010111100001010000100100100011111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2D4B30;
 }
 .AnyTagClassName
 {
   color: #2D4B30;
 }
</style>
background-color css

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

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

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

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

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

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