#268034

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

Shades of Japanese Laurel #268034

Tints of Japanese Laurel #268034

Color information

#268034 (or 0x268034) is unknown color: approx Japanese Laurel. HEX triplet: 26, 80 and 34. RGB value is (38,128,52). Sum of RGB (Red+Green+Blue) = 38+128+52=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 128 (50.39% from 255 or 58.72% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 128 - color contains mainly: green. Hex color #268034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268034 is #D97FCB. Grayscale: #5C5C5C. Windows color (decimal): -14254028 or 3440678. OLE color: 3440678.

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

Color convert

RGB3812852-
CMYK0.7000.590.50
HSL129.33º54.22%32.55%-
HSV(B)129.33º70.31%50.2%-
XYZ9.1416.15.87-
YUV92.43105.1889.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.43%
GREEN value IS 128 (50.39% from 255) = 58.72%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=17.43%
G=58.72%
B=23.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38128520.7000.590.50129.3354.2232.55
Hex2680344603B32813621
Octal4620064106073622016641
Binary100110100000001101001000110011101111001010000001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268034; }

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

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

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

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

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

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

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

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