#26782A

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

Shades of Japanese Laurel #26782A

Tints of Japanese Laurel #26782A

Color information

#26782A (or 0x26782A) is unknown color: approx Japanese Laurel. HEX triplet: 26, 78 and 2A. RGB value is (38,120,42). Sum of RGB (Red+Green+Blue) = 38+120+42=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 120 (47.27% from 255 or 60% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 120 - color contains mainly: green. Hex color #26782A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26782A is #D987D5. Grayscale: #565656. Windows color (decimal): -14256086 or 2783270. OLE color: 2783270.

HSL color Cylindrical-coordinate representation of color #26782A: hue angle of 122.93º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26782A is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB3812042-
CMYK0.6800.650.53
HSL122.93º51.9%30.98%-
HSV(B)122.93º68.33%47.06%-
XYZ7.9314.014.48-
YUV86.59102.8393.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 120 (47.27% from 255) = 60%
BLUE value IS 42 (16.80% from 255) = 21%
R=19%
G=60%
B=21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38120420.6800.650.53122.9351.930.98
Hex26782A44041357b341f
Octal46170521040101651736437
Binary1001101111000101010100010001000001110101111101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26782A; }

 p { color: rgb(38,120,42); }

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

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

 a { background-color: rgb(38,120,42); }

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

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

 span { border-color: rgb(38,120,42); }

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