#278738

Color #278738 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #278738

Tints of Japanese Laurel #278738

Color information

#278738 (or 0x278738) is unknown color: approx Japanese Laurel. HEX triplet: 27, 87 and 38. RGB value is (39,135,56). Sum of RGB (Red+Green+Blue) = 39+135+56=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 135 (53.12% from 255 or 58.70% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 135 - color contains mainly: green. Hex color #278738 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278738 is #D878C7. Grayscale: #616161. Windows color (decimal): -14186696 or 3704615. OLE color: 3704615.

HSL color Cylindrical-coordinate representation of color #278738: hue angle of 130.62º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #278738 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB3913556-
CMYK0.7100.590.47
HSL130.62º55.17%34.12%-
HSV(B)130.62º71.11%52.94%-
XYZ10.2118.046.69-
YUV97.29104.786.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.96%
GREEN value IS 135 (53.12% from 255) = 58.70%
BLUE value IS 56 (22.27% from 255) = 24.35%
R=16.96%
G=58.70%
B=24.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39135560.7100.590.47130.6255.1734.12
Hex2787384703B2F833722
Octal4720770107073572036742
Binary100111100001111110001000111011101110111110000011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278738; }

 p { color: rgb(39,135,56); }

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

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

 a { background-color: rgb(39,135,56); }

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

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

 span { border-color: rgb(39,135,56); }

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