#0A7C28

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

Shades of Camarone #0A7C28

Tints of Camarone #0A7C28

Color information

#0A7C28 (or 0x0A7C28) is unknown color: approx Camarone. HEX triplet: 0A, 7C and 28. RGB value is (10,124,40). Sum of RGB (Red+Green+Blue) = 10+124+40=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 124 (48.83% from 255 or 71.26% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7C28 is #F583D7. Grayscale: #505050. Windows color (decimal): -16090072 or 2653194. OLE color: 2653194.

HSL color Cylindrical-coordinate representation of color #0A7C28: hue angle of 135.79º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7C28 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB1012440-
CMYK0.9200.680.51
HSL135.79º85.07%26.27%-
HSV(B)135.79º91.94%48.63%-
XYZ7.7214.634.43-
YUV80.34105.2377.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.75%
GREEN value IS 124 (48.83% from 255) = 71.26%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=5.75%
G=71.26%
B=22.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10124400.9200.680.51135.7985.0726.27
HexA7C285C0443388551a
Octal121745013401046321012532
Binary1010111110010100010111000100010011001110001000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,124,40); }

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

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

 a { background-color: rgb(10,124,40); }

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

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

 span { border-color: rgb(10,124,40); }

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