#268835

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

Shades of Japanese Laurel #268835

Tints of Japanese Laurel #268835

Color information

#268835 (or 0x268835) is unknown color: approx Japanese Laurel. HEX triplet: 26, 88 and 35. RGB value is (38,136,53). Sum of RGB (Red+Green+Blue) = 38+136+53=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #268835 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268835 is #D977CA. Grayscale: #616161. Windows color (decimal): -14251979 or 3508262. OLE color: 3508262.

HSL color Cylindrical-coordinate representation of color #268835: hue angle of 129.18º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268835 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB3813653-
CMYK0.7200.610.47
HSL129.18º56.32%34.12%-
HSV(B)129.18º72.06%53.33%-
XYZ10.2518.286.36-
YUV97.24103.0385.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 136 (53.52% from 255) = 59.91%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=16.74%
G=59.91%
B=23.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38136530.7200.610.47129.1856.3234.12
Hex2688354803D2F813822
Octal4621065110075572017042
Binary100110100010001101011001000011110110111110000001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268835; }

 p { color: rgb(38,136,53); }

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

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

 a { background-color: rgb(38,136,53); }

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

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

 span { border-color: rgb(38,136,53); }

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