#268B3A

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

Shades of Japanese Laurel #268B3A

Tints of Japanese Laurel #268B3A

Color information

#268B3A (or 0x268B3A) is unknown color: approx Japanese Laurel. HEX triplet: 26, 8B and 3A. RGB value is (38,139,58). Sum of RGB (Red+Green+Blue) = 38+139+58=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 139 (54.69% from 255 or 59.15% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 139 - color contains mainly: green. Hex color #268B3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268B3A is #D974C5. Grayscale: #636363. Windows color (decimal): -14251206 or 3836710. OLE color: 3836710.

HSL color Cylindrical-coordinate representation of color #268B3A: hue angle of 131.88º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268B3A is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB3813958-
CMYK0.7300.580.45
HSL131.88º57.06%34.71%-
HSV(B)131.88º72.66%54.51%-
XYZ10.819.187.14-
YUV99.57104.5484.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.17%
GREEN value IS 139 (54.69% from 255) = 59.15%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=16.17%
G=59.15%
B=24.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38139580.7300.580.45131.8857.0634.71
Hex268B3A4903A2D843923
Octal4621372111072552047143
Binary100110100010111110101001001011101010110110000100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268B3A; }

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

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

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

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

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

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

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

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