#268033

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

Shades of Japanese Laurel #268033

Tints of Japanese Laurel #268033

Color information

#268033 (or 0x268033) is unknown color: approx Japanese Laurel. HEX triplet: 26, 80 and 33. RGB value is (38,128,51). Sum of RGB (Red+Green+Blue) = 38+128+51=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #268033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268033 is #D97FCC. Grayscale: #5C5C5C. Windows color (decimal): -14254029 or 3375142. OLE color: 3375142.

HSL color Cylindrical-coordinate representation of color #268033: hue angle of 128.67º 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 #268033 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB3812851-
CMYK0.7000.600.50
HSL128.67º54.22%32.55%-
HSV(B)128.67º70.31%50.2%-
XYZ9.1216.095.76-
YUV92.31104.6889.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.51%
GREEN value IS 128 (50.39% from 255) = 58.99%
BLUE value IS 51 (20.31% from 255) = 23.50%
R=17.51%
G=58.99%
B=23.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38128510.7000.600.50128.6754.2232.55
Hex2680334603C32813621
Octal4620063106074622016641
Binary100110100000001100111000110011110011001010000001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268033; }

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

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

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

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

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

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

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

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