#268B39

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

Shades of Japanese Laurel #268B39

Tints of Japanese Laurel #268B39

Color information

#268B39 (or 0x268B39) is unknown color: approx Japanese Laurel. HEX triplet: 26, 8B and 39. RGB value is (38,139,57). Sum of RGB (Red+Green+Blue) = 38+139+57=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 139 (54.69% from 255 or 59.40% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 139 - color contains mainly: green. Hex color #268B39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268B39 is #D974C6. Grayscale: #636363. Windows color (decimal): -14251207 or 3771174. OLE color: 3771174.

HSL color Cylindrical-coordinate representation of color #268B39: hue angle of 131.29º 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 #268B39 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB3813957-
CMYK0.7300.590.45
HSL131.29º57.06%34.71%-
HSV(B)131.29º72.66%54.51%-
XYZ10.7719.177-
YUV99.45104.0484.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.24%
GREEN value IS 139 (54.69% from 255) = 59.40%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=16.24%
G=59.40%
B=24.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38139570.7300.590.45131.2957.0634.71
Hex268B394903B2D833923
Octal4621371111073552037143
Binary100110100010111110011001001011101110110110000011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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