#29823E

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

Shades of Japanese Laurel #29823E

Tints of Japanese Laurel #29823E

Color information

#29823E (or 0x29823E) is unknown color: approx Japanese Laurel. HEX triplet: 29, 82 and 3E. RGB value is (41,130,62). Sum of RGB (Red+Green+Blue) = 41+130+62=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #29823E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29823E is #D67DC1. Grayscale: #5F5F5F. Windows color (decimal): -14056898 or 4096553. OLE color: 4096553.

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

Color convert

RGB4113062-
CMYK0.6800.520.49
HSL134.16º52.05%33.53%-
HSV(B)134.16º68.46%50.98%-
XYZ9.7716.787.28-
YUV95.64109.0189.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 130 (51.17% from 255) = 55.79%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=17.60%
G=55.79%
B=26.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41130620.6800.520.49134.1652.0533.53
Hex29823E4403431863422
Octal5120276104064612066442
Binary101001100000101111101000100011010011000110000110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29823E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29823E; }

 p { color: rgb(41,130,62); }

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

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

 a { background-color: rgb(41,130,62); }

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

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

 span { border-color: rgb(41,130,62); }

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