#298135

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

Shades of Japanese Laurel #298135

Tints of Japanese Laurel #298135

Color information

#298135 (or 0x298135) is unknown color: approx Japanese Laurel. HEX triplet: 29, 81 and 35. RGB value is (41,129,53). Sum of RGB (Red+Green+Blue) = 41+129+53=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #298135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #298135 is #D67ECA. Grayscale: #5E5E5E. Windows color (decimal): -14057163 or 3506473. OLE color: 3506473.

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

Color convert

RGB4112953-
CMYK0.6800.590.49
HSL128.18º51.76%33.33%-
HSV(B)128.18º68.22%50.59%-
XYZ9.4116.436.04-
YUV94.02104.8590.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 129 (50.78% from 255) = 57.85%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=18.39%
G=57.85%
B=23.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41129530.6800.590.49128.1851.7633.33
Hex2981354403B31803421
Octal5120165104073612006441
Binary101001100000011101011000100011101111000110000000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298135; }

 p { color: rgb(41,129,53); }

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

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

 a { background-color: rgb(41,129,53); }

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

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

 span { border-color: rgb(41,129,53); }

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