#2A381B

Color #2A381B Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #2A381B

Tints of Pine Tree #2A381B

Color information

#2A381B (or 0x2A381B) is unknown color: approx Pine Tree. HEX triplet: 2A, 38 and 1B. RGB value is (42,56,27). Sum of RGB (Red+Green+Blue) = 42+56+27=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 56 - color contains mainly: green. Hex color #2A381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A381B is #D5C7E4. Grayscale: #303030. Windows color (decimal): -14010341 or 1783850. OLE color: 1783850.

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

Color convert

RGB425627-
CMYK0.2500.520.78
HSL88.97º34.94%16.27%-
HSV(B)88.97º51.79%21.96%-
XYZ2.573.41.56-
YUV48.51115.86123.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.6%
GREEN value IS 56 (22.27% from 255) = 44.8%
BLUE value IS 27 (10.94% from 255) = 21.6%
R=33.6%
G=44.8%
B=21.6%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4256270.2500.520.7888.9734.9416.27
Hex2A381B190344E592310
Octal527033310641161314320
Binary101010111000110111100101101001001110101100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,56,27); }

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

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

 a { background-color: rgb(42,56,27); }

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

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

 span { border-color: rgb(42,56,27); }

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