#29783A

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

Shades of Japanese Laurel #29783A

Tints of Japanese Laurel #29783A

Color information

#29783A (or 0x29783A) is unknown color: approx Japanese Laurel. HEX triplet: 29, 78 and 3A. RGB value is (41,120,58). Sum of RGB (Red+Green+Blue) = 41+120+58=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 120 (47.27% from 255 or 54.79% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 120 - color contains mainly: green. Hex color #29783A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29783A is #D687C5. Grayscale: #595959. Windows color (decimal): -14059462 or 3831849. OLE color: 3831849.

HSL color Cylindrical-coordinate representation of color #29783A: hue angle of 132.91º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29783A is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB4112058-
CMYK0.6600.520.53
HSL132.91º49.07%31.57%-
HSV(B)132.91º65.83%47.06%-
XYZ8.3914.216.3-
YUV89.31110.3393.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 120 (47.27% from 255) = 54.79%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=18.72%
G=54.79%
B=26.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41120580.6600.520.53132.9149.0731.57
Hex29783A4203435853120
Octal5117072102064652056140
Binary10100111110001110101000010011010011010110000101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29783A; }

 p { color: rgb(41,120,58); }

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

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

 a { background-color: rgb(41,120,58); }

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

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

 span { border-color: rgb(41,120,58); }

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