#037B2C

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

Shades of Camarone #037B2C

Tints of Camarone #037B2C

Color information

#037B2C (or 0x037B2C) is unknown color: approx Camarone. HEX triplet: 03, 7B and 2C. RGB value is (3,123,44). Sum of RGB (Red+Green+Blue) = 3+123+44=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 123 (48.44% from 255 or 72.35% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 123 - color contains mainly: green. Hex color #037B2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037B2C is #FC84D3. Grayscale: #4E4E4E. Windows color (decimal): -16549076 or 2915075. OLE color: 2915075.

HSL color Cylindrical-coordinate representation of color #037B2C: hue angle of 140.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037B2C is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB312344-
CMYK0.9800.640.52
HSL140.5º95.24%24.71%-
HSV(B)140.5º97.56%48.24%-
XYZ7.5814.374.76-
YUV78.11108.7474.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 123 (48.44% from 255) = 72.35%
BLUE value IS 44 (17.58% from 255) = 25.88%
R=1.76%
G=72.35%
B=25.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3123440.9800.640.52140.595.2424.71
Hex37B2C62040348c5f19
Octal31735414201006421413731
Binary11111101110110011000100100000011010010001100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037B2C; }

 p { color: rgb(3,123,44); }

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

<style>
 a { background-color: #037B2C; }

 a { background-color: rgb(3,123,44); }

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

<style>
 span { border-color: #037B2C; }

 span { border-color: rgb(3,123,44); }

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