#29530B

Color #29530B Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #29530B

Tints of Myrtle #29530B

Color information

#29530B (or 0x29530B) is unknown color: approx Myrtle. HEX triplet: 29, 53 and 0B. RGB value is (41,83,11). Sum of RGB (Red+Green+Blue) = 41+83+11=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 83 (32.81% from 255 or 61.48% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 83 - color contains mainly: green. Hex color #29530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29530B is #D6ACF4. Grayscale: #3E3E3E. Windows color (decimal): -14068981 or 742185. OLE color: 742185.

HSL color Cylindrical-coordinate representation of color #29530B: hue angle of 95º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #29530B is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB418311-
CMYK0.5100.870.67
HSL95º76.6%18.43%-
HSV(B)95º86.75%32.55%-
XYZ4.076.681.39-
YUV62.2399.09112.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.37%
GREEN value IS 83 (32.81% from 255) = 61.48%
BLUE value IS 11 (4.69% from 255) = 8.15%
R=30.37%
G=61.48%
B=8.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183110.5100.870.679576.618.43
Hex2953B33057435f4d12
Octal511231363012710313711522
Binary101001101001110111100110101011110000111011111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29530B; }

 p { color: rgb(41,83,11); }

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

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

 a { background-color: rgb(41,83,11); }

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

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

 span { border-color: rgb(41,83,11); }

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