#1E7431

Color #1E7431 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #1E7431

Tints of Camarone #1E7431

Color information

#1E7431 (or 0x1E7431) is unknown color: approx Camarone. HEX triplet: 1E, 74 and 31. RGB value is (30,116,49). Sum of RGB (Red+Green+Blue) = 30+116+49=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #1E7431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7431 is #E18BCE. Grayscale: #525252. Windows color (decimal): -14781391 or 3240990. OLE color: 3240990.

HSL color Cylindrical-coordinate representation of color #1E7431: hue angle of 133.26º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7431 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB3011649-
CMYK0.7400.580.55
HSL133.26º58.9%28.63%-
HSV(B)133.26º74.14%45.49%-
XYZ7.3412.995.03-
YUV82.65109.0190.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.38%
GREEN value IS 116 (45.70% from 255) = 59.49%
BLUE value IS 49 (19.53% from 255) = 25.13%
R=15.38%
G=59.49%
B=25.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30116490.7400.580.55133.2658.928.63
Hex1E74314A03A37853b1d
Octal3616461112072672057335
Binary111101110100110001100101001110101101111000010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E7431; }

 p { color: rgb(30,116,49); }

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

<style>
 a { background-color: #1E7431; }

 a { background-color: rgb(30,116,49); }

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

<style>
 span { border-color: #1E7431; }

 span { border-color: rgb(30,116,49); }

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