#278434

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

Shades of Japanese Laurel #278434

Tints of Japanese Laurel #278434

Color information

#278434 (or 0x278434) is unknown color: approx Japanese Laurel. HEX triplet: 27, 84 and 34. RGB value is (39,132,52). Sum of RGB (Red+Green+Blue) = 39+132+52=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #278434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278434 is #D87BCB. Grayscale: #5F5F5F. Windows color (decimal): -14187468 or 3441703. OLE color: 3441703.

HSL color Cylindrical-coordinate representation of color #278434: hue angle of 128.39º 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 #278434 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB3913252-
CMYK0.7000.610.48
HSL128.39º54.39%33.53%-
HSV(B)128.39º70.45%51.76%-
XYZ9.7117.186.05-
YUV95.07103.6988-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.49%
GREEN value IS 132 (51.95% from 255) = 59.19%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=17.49%
G=59.19%
B=23.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39132520.7000.610.48128.3954.3933.53
Hex2784344603D30803622
Octal4720464106075602006642
Binary100111100001001101001000110011110111000010000000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278434; }

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

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

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

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

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

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

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

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