#72B929

Color #72B929 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #72B929

Tints of Lima #72B929

Color information

#72B929 (or 0x72B929) is unknown color: approx Lima. HEX triplet: 72, B9 and 29. RGB value is (114,185,41). Sum of RGB (Red+Green+Blue) = 114+185+41=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #72B929 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B929 is #8D46D6. Grayscale: #939393. Windows color (decimal): -9258711 or 2734450. OLE color: 2734450.

HSL color Cylindrical-coordinate representation of color #72B929: hue angle of 89.58º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72B929 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB11418541-
CMYK0.3800.780.27
HSL89.58º63.72%44.31%-
HSV(B)89.58º77.84%72.55%-
XYZ24.6938.448.22-
YUV147.3567.98104.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 185 (72.66% from 255) = 54.41%
BLUE value IS 41 (16.41% from 255) = 12.06%
R=33.53%
G=54.41%
B=12.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114185410.3800.780.2789.5863.7244.31
Hex72B9292604E1B5a402c
Octal162271514601163313210054
Binary111001010111001101001100110010011101101110110101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72B929; }

 p { color: rgb(114,185,41); }

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

<style>
 a { background-color: #72B929; }

 a { background-color: rgb(114,185,41); }

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

<style>
 span { border-color: #72B929; }

 span { border-color: rgb(114,185,41); }

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