#727B2E

Color #727B2E Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #727B2E

Tints of Rain Forest #727B2E

Color information

#727B2E (or 0x727B2E) is unknown color: approx Rain Forest. HEX triplet: 72, 7B and 2E. RGB value is (114,123,46). Sum of RGB (Red+Green+Blue) = 114+123+46=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 123 - color contains mainly: green. Hex color #727B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727B2E is #8D84D1. Grayscale: #6F6F6F. Windows color (decimal): -9274578 or 3046258. OLE color: 3046258.

HSL color Cylindrical-coordinate representation of color #727B2E: hue angle of 67.01º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #727B2E is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB11412346-
CMYK0.0700.630.52
HSL67.01º45.56%33.14%-
HSV(B)67.01º62.6%48.24%-
XYZ14.5217.945.28-
YUV111.5391.02129.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.28%
GREEN value IS 123 (48.44% from 255) = 43.46%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=40.28%
G=43.46%
B=16.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114123460.0700.630.5267.0145.5633.14
Hex727B2E703F34432e21
Octal162173567077641035641
Binary1110010111101110111011101111111101001000011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727B2E; }

 p { color: rgb(114,123,46); }

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

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

 a { background-color: rgb(114,123,46); }

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

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

 span { border-color: rgb(114,123,46); }

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