#278038

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

Shades of Japanese Laurel #278038

Tints of Japanese Laurel #278038

Color information

#278038 (or 0x278038) is unknown color: approx Japanese Laurel. HEX triplet: 27, 80 and 38. RGB value is (39,128,56). Sum of RGB (Red+Green+Blue) = 39+128+56=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #278038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278038 is #D87FC7. Grayscale: #5D5D5D. Windows color (decimal): -14188488 or 3702823. OLE color: 3702823.

HSL color Cylindrical-coordinate representation of color #278038: hue angle of 131.46º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278038 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB3912856-
CMYK0.7000.560.50
HSL131.46º53.29%32.75%-
HSV(B)131.46º69.53%50.2%-
XYZ9.2716.166.37-
YUV93.18107.0189.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.49%
GREEN value IS 128 (50.39% from 255) = 57.40%
BLUE value IS 56 (22.27% from 255) = 25.11%
R=17.49%
G=57.40%
B=25.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39128560.7000.560.50131.4653.2932.75
Hex2780384603832833521
Octal4720070106070622036541
Binary100111100000001110001000110011100011001010000011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278038; }

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

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

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

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

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

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

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

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