#26893A

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

Shades of Japanese Laurel #26893A

Tints of Japanese Laurel #26893A

Color information

#26893A (or 0x26893A) is unknown color: approx Japanese Laurel. HEX triplet: 26, 89 and 3A. RGB value is (38,137,58). Sum of RGB (Red+Green+Blue) = 38+137+58=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 137 (53.91% from 255 or 58.80% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 137 - color contains mainly: green. Hex color #26893A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26893A is #D976C5. Grayscale: #626262. Windows color (decimal): -14251718 or 3836198. OLE color: 3836198.

HSL color Cylindrical-coordinate representation of color #26893A: hue angle of 132.12º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26893A is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB3813758-
CMYK0.7200.580.46
HSL132.12º56.57%34.31%-
HSV(B)132.12º72.26%53.73%-
XYZ10.5118.617.04-
YUV98.39105.284.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.31%
GREEN value IS 137 (53.91% from 255) = 58.80%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=16.31%
G=58.80%
B=24.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38137580.7200.580.46132.1256.5734.31
Hex26893A4803A2E843922
Octal4621172110072562047142
Binary100110100010011110101001000011101010111010000100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,137,58); }

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

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

 a { background-color: rgb(38,137,58); }

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

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

 span { border-color: rgb(38,137,58); }

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