#29793A

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

Shades of Japanese Laurel #29793A

Tints of Japanese Laurel #29793A

Color information

#29793A (or 0x29793A) is unknown color: approx Japanese Laurel. HEX triplet: 29, 79 and 3A. RGB value is (41,121,58). Sum of RGB (Red+Green+Blue) = 41+121+58=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #29793A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29793A is #D686C5. Grayscale: #5A5A5A. Windows color (decimal): -14059206 or 3832105. OLE color: 3832105.

HSL color Cylindrical-coordinate representation of color #29793A: hue angle of 132.75º 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 #29793A is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB4112158-
CMYK0.6600.520.53
HSL132.75º49.38%31.76%-
HSV(B)132.75º66.12%47.45%-
XYZ8.5214.456.34-
YUV89.911093.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 121 (47.66% from 255) = 55%
BLUE value IS 58 (23.05% from 255) = 26.36%
R=18.64%
G=55%
B=26.36%

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
Decimal41121580.6600.520.53132.7549.3831.76
Hex29793A4203435853120
Octal5117172102064652056140
Binary10100111110011110101000010011010011010110000101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29793A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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