#278A3A

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

Shades of Japanese Laurel #278A3A

Tints of Japanese Laurel #278A3A

Color information

#278A3A (or 0x278A3A) is unknown color: approx Japanese Laurel. HEX triplet: 27, 8A and 3A. RGB value is (39,138,58). Sum of RGB (Red+Green+Blue) = 39+138+58=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 138 (54.30% from 255 or 58.72% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 138 - color contains mainly: green. Hex color #278A3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278A3A is #D875C5. Grayscale: #636363. Windows color (decimal): -14185926 or 3836455. OLE color: 3836455.

HSL color Cylindrical-coordinate representation of color #278A3A: hue angle of 131.52º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278A3A is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB3913858-
CMYK0.7200.580.46
HSL131.52º55.93%34.71%-
HSV(B)131.52º71.74%54.12%-
XYZ10.6918.917.09-
YUV99.28104.785-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.60%
GREEN value IS 138 (54.30% from 255) = 58.72%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=16.60%
G=58.72%
B=24.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39138580.7200.580.46131.5255.9334.71
Hex278A3A4803A2E843823
Octal4721272110072562047043
Binary100111100010101110101001000011101010111010000100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278A3A; }

 p { color: rgb(39,138,58); }

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

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

 a { background-color: rgb(39,138,58); }

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

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

 span { border-color: rgb(39,138,58); }

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