#26803B

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

Shades of Japanese Laurel #26803B

Tints of Japanese Laurel #26803B

Color information

#26803B (or 0x26803B) is unknown color: approx Japanese Laurel. HEX triplet: 26, 80 and 3B. RGB value is (38,128,59). Sum of RGB (Red+Green+Blue) = 38+128+59=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #26803B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26803B is #D97FC4. Grayscale: #5D5D5D. Windows color (decimal): -14254021 or 3899430. OLE color: 3899430.

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

Color convert

RGB3812859-
CMYK0.7000.540.50
HSL134º54.22%32.55%-
HSV(B)134º70.31%50.2%-
XYZ9.3116.176.77-
YUV93.22108.6888.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.89%
GREEN value IS 128 (50.39% from 255) = 56.89%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=16.89%
G=56.89%
B=26.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38128590.7000.540.5013454.2232.55
Hex26803B4603632863621
Octal4620073106066622066641
Binary100110100000001110111000110011011011001010000110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26803B; }

 p { color: rgb(38,128,59); }

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

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

 a { background-color: rgb(38,128,59); }

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

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

 span { border-color: rgb(38,128,59); }

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