#278236

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

Shades of Japanese Laurel #278236

Tints of Japanese Laurel #278236

Color information

#278236 (or 0x278236) is unknown color: approx Japanese Laurel. HEX triplet: 27, 82 and 36. RGB value is (39,130,54). Sum of RGB (Red+Green+Blue) = 39+130+54=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #278236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278236 is #D87DC9. Grayscale: #5E5E5E. Windows color (decimal): -14187978 or 3572263. OLE color: 3572263.

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

Color convert

RGB3913054-
CMYK0.7000.580.49
HSL129.89º53.85%33.14%-
HSV(B)129.89º70%50.98%-
XYZ9.4916.666.21-
YUV94.13105.3588.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.49%
GREEN value IS 130 (51.17% from 255) = 58.30%
BLUE value IS 54 (21.48% from 255) = 24.22%
R=17.49%
G=58.30%
B=24.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39130540.7000.580.49129.8953.8533.14
Hex2782364603A31823621
Octal4720266106072612026641
Binary100111100000101101101000110011101011000110000010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278236; }

 p { color: rgb(39,130,54); }

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

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

 a { background-color: rgb(39,130,54); }

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

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

 span { border-color: rgb(39,130,54); }

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