#0E7830

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

Shades of Camarone #0E7830

Tints of Camarone #0E7830

Color information

#0E7830 (or 0x0E7830) is unknown color: approx Camarone. HEX triplet: 0E, 78 and 30. RGB value is (14,120,48). Sum of RGB (Red+Green+Blue) = 14+120+48=182 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.69% from 182); Green value is 120 (47.27% from 255 or 65.93% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 120 - color contains mainly: green. Hex color #0E7830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7830 is #F187CF. Grayscale: #505050. Windows color (decimal): -15828944 or 3176462. OLE color: 3176462.

HSL color Cylindrical-coordinate representation of color #0E7830: hue angle of 139.25º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7830 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1412048-
CMYK0.8800.600.53
HSL139.25º79.1%26.27%-
HSV(B)139.25º88.33%47.06%-
XYZ7.4313.745.06-
YUV80.1109.8880.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.69%
GREEN value IS 120 (47.27% from 255) = 65.93%
BLUE value IS 48 (19.14% from 255) = 26.37%
R=7.69%
G=65.93%
B=26.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14120480.8800.600.53139.2579.126.27
HexE78305803C358b4f1a
Octal16170601300746521311732
Binary111011110001100001011000011110011010110001011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E7830; }

 p { color: rgb(14,120,48); }

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

<style>
 a { background-color: #0E7830; }

 a { background-color: rgb(14,120,48); }

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

<style>
 span { border-color: #0E7830; }

 span { border-color: rgb(14,120,48); }

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