#278438

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

Shades of Japanese Laurel #278438

Tints of Japanese Laurel #278438

Color information

#278438 (or 0x278438) is unknown color: approx Japanese Laurel. HEX triplet: 27, 84 and 38. RGB value is (39,132,56). Sum of RGB (Red+Green+Blue) = 39+132+56=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #278438 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278438 is #D87BC7. Grayscale: #5F5F5F. Windows color (decimal): -14187464 or 3703847. OLE color: 3703847.

HSL color Cylindrical-coordinate representation of color #278438: hue angle of 130.97º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278438 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB3913256-
CMYK0.7000.580.48
HSL130.97º54.39%33.53%-
HSV(B)130.97º70.45%51.76%-
XYZ9.817.226.55-
YUV95.53105.6987.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.18%
GREEN value IS 132 (51.95% from 255) = 58.15%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=17.18%
G=58.15%
B=24.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39132560.7000.580.48130.9754.3933.53
Hex2784384603A30833622
Octal4720470106072602036642
Binary100111100001001110001000110011101011000010000011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278438; }

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

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

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

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

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

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

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

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