#278A3D

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

Shades of Japanese Laurel #278A3D

Tints of Japanese Laurel #278A3D

Color information

#278A3D (or 0x278A3D) is unknown color: approx Japanese Laurel. HEX triplet: 27, 8A and 3D. RGB value is (39,138,61). Sum of RGB (Red+Green+Blue) = 39+138+61=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 138 (54.30% from 255 or 57.98% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 138 - color contains mainly: green. Hex color #278A3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278A3D is #D875C2. Grayscale: #636363. Windows color (decimal): -14185923 or 4033063. OLE color: 4033063.

HSL color Cylindrical-coordinate representation of color #278A3D: hue angle of 133.33º 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 #278A3D is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB3913861-
CMYK0.7200.560.46
HSL133.33º55.93%34.71%-
HSV(B)133.33º71.74%54.12%-
XYZ10.7718.957.5-
YUV99.62106.284.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.39%
GREEN value IS 138 (54.30% from 255) = 57.98%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=16.39%
G=57.98%
B=25.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39138610.7200.560.46133.3355.9334.71
Hex278A3D480382E853823
Octal4721275110070562057043
Binary100111100010101111011001000011100010111010000101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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