#27430C

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

Shades of Pine Tree #27430C

Tints of Pine Tree #27430C

Color information

#27430C (or 0x27430C) is unknown color: approx Pine Tree. HEX triplet: 27, 43 and 0C. RGB value is (39,67,12). Sum of RGB (Red+Green+Blue) = 39+67+12=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #27430C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27430C is #D8BCF3. Grayscale: #343434. Windows color (decimal): -14204148 or 803623. OLE color: 803623.

HSL color Cylindrical-coordinate representation of color #27430C: hue angle of 90.55º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27430C is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB396712-
CMYK0.4200.820.74
HSL90.55º69.62%15.49%-
HSV(B)90.55º82.09%26.27%-
XYZ2.914.471.06-
YUV52.36105.22118.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 33.05%
GREEN value IS 67 (26.56% from 255) = 56.78%
BLUE value IS 12 (5.08% from 255) = 10.17%
R=33.05%
G=56.78%
B=10.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3967120.4200.820.7490.5569.6215.49
Hex2743C2A0524A5b46f
Octal471031452012211213310617
Binary10011110000111100101010010100101001010101101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27430C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27430C; }

 p { color: rgb(39,67,12); }

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

<style>
 a { background-color: #27430C; }

 a { background-color: rgb(39,67,12); }

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

<style>
 span { border-color: #27430C; }

 span { border-color: rgb(39,67,12); }

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