#268235

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

Shades of Japanese Laurel #268235

Tints of Japanese Laurel #268235

Color information

#268235 (or 0x268235) is unknown color: approx Japanese Laurel. HEX triplet: 26, 82 and 35. RGB value is (38,130,53). Sum of RGB (Red+Green+Blue) = 38+130+53=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #268235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268235 is #D97DCA. Grayscale: #5D5D5D. Windows color (decimal): -14253515 or 3506726. OLE color: 3506726.

HSL color Cylindrical-coordinate representation of color #268235: hue angle of 129.78º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268235 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB3813053-
CMYK0.7100.590.49
HSL129.78º54.76%32.94%-
HSV(B)129.78º70.77%50.98%-
XYZ9.4216.636.08-
YUV93.71105.0288.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 130 (51.17% from 255) = 58.82%
BLUE value IS 53 (21.09% from 255) = 23.98%
R=17.19%
G=58.82%
B=23.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38130530.7100.590.49129.7854.7632.94
Hex2682354703B31823721
Octal4620265107073612026741
Binary100110100000101101011000111011101111000110000010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268235; }

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

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

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

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

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

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

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

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