#268533

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

Shades of Japanese Laurel #268533

Tints of Japanese Laurel #268533

Color information

#268533 (or 0x268533) is unknown color: approx Japanese Laurel. HEX triplet: 26, 85 and 33. RGB value is (38,133,51). Sum of RGB (Red+Green+Blue) = 38+133+51=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #268533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268533 is #D97ACC. Grayscale: #5F5F5F. Windows color (decimal): -14252749 or 3376422. OLE color: 3376422.

HSL color Cylindrical-coordinate representation of color #268533: hue angle of 128.21º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268533 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB3813351-
CMYK0.7100.620.48
HSL128.21º55.56%33.53%-
HSV(B)128.21º71.43%52.16%-
XYZ9.7817.435.98-
YUV95.25103.0387.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.12%
GREEN value IS 133 (52.34% from 255) = 59.91%
BLUE value IS 51 (20.31% from 255) = 22.97%
R=17.12%
G=59.91%
B=22.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38133510.7100.620.48128.2155.5633.53
Hex2685334703E30803822
Octal4620563107076602007042
Binary100110100001011100111000111011111011000010000000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268533; }

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

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

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

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

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

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

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

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